AdomdRestriction コンストラクター (String, Object)
名前および値のパラメーターを使用して、AdomdRestriction クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Sub New ( _
name As String, _
restrictionValue As Object _
)
'使用
Dim name As String
Dim restrictionValue As Object
Dim instance As New AdomdRestriction(name, restrictionValue)
public AdomdRestriction(
string name,
Object restrictionValue
)
public:
AdomdRestriction(
String^ name,
Object^ restrictionValue
)
new :
name:string *
restrictionValue:Object -> AdomdRestriction
public function AdomdRestriction(
name : String,
restrictionValue : Object
)
パラメーター
- name
型: System.String
制限の名前です。
- restrictionValue
型: System.Object
制限の値です。