次の方法で共有


AdomdRestriction コンストラクター (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 _
)
'使用
Dim name As String 
Dim restrictionNamespace As String 
Dim restrictionValue As Object 

Dim instance As New AdomdRestriction(name, restrictionNamespace, _
    restrictionValue)
public AdomdRestriction(
    string name,
    string restrictionNamespace,
    Object restrictionValue
)
public:
AdomdRestriction(
    String^ name, 
    String^ restrictionNamespace, 
    Object^ restrictionValue
)
new : 
        name:string * 
        restrictionNamespace:string * 
        restrictionValue:Object -> AdomdRestriction
public function AdomdRestriction(
    name : String, 
    restrictionNamespace : String, 
    restrictionValue : Object
)

パラメーター

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

関連項目

参照

AdomdRestriction クラス

AdomdRestriction オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間