次の方法で共有


AdomdRestriction Constructor (String, String, Object)

名前、名前空間、および値のパラメータを使用して、AdomdRestriction クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (microsoft.analysisservices.adomdclient.dll 内)

構文

'宣言
Public Sub New ( _
    name As String, _
    restrictionNamespace As String, _
    restrictionValue As Object _
)
public AdomdRestriction (
    string name,
    string restrictionNamespace,
    Object restrictionValue
)
public:
AdomdRestriction (
    String^ name, 
    String^ restrictionNamespace, 
    Object^ restrictionValue
)
public AdomdRestriction (
    String name, 
    String restrictionNamespace, 
    Object restrictionValue
)
public function AdomdRestriction (
    name : String, 
    restrictionNamespace : String, 
    restrictionValue : Object
)

パラメータ

  • name
    制限の名前です。
  • restrictionNamespace
    制限のシリアル化に使用する名前空間です。空白の場合、制限では既定の Discover 名前空間が使用されます。
  • restrictionValue
    制限の値です。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

AdomdRestriction Class
AdomdRestriction Members
Microsoft.AnalysisServices.AdomdClient Namespace