AdomdRestriction 생성자 (String, Object)
Initializes a new instance of the AdomdRestriction class using name and value parameters.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
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
The name of the restriction.
- restrictionValue
형식: System. . :: . .Object
The value of the restriction.