다음을 통해 공유


AdomdRestriction 생성자 (String, String, Object)

Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters.

네임스페이스:  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
    The namespace with which the restriction is to be serialized. If blank, the restriction uses the default Discover namespace.