AdomdRestriction Constructors

Definition

Overloads

AdomdRestriction(String, Object)

Initializes a new instance of the AdomdRestriction class.

AdomdRestriction(String, String, Object)

Initializes a new instance of the AdomdRestriction class.

AdomdRestriction(String, Object)

Initializes a new instance of the AdomdRestriction class.

public AdomdRestriction (string name, object restrictionValue);
new Microsoft.AnalysisServices.AdomdClient.AdomdRestriction : string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Sub New (name As String, restrictionValue As Object)

Parameters

name
String

name

restrictionValue
Object

propertyValue

Applies to

AdomdRestriction(String, String, Object)

Initializes a new instance of the AdomdRestriction class.

public AdomdRestriction (string name, string restrictionNamespace, object restrictionValue);
new Microsoft.AnalysisServices.AdomdClient.AdomdRestriction : string * string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Sub New (name As String, restrictionNamespace As String, restrictionValue As Object)

Parameters

name
String

name

restrictionNamespace
String

propertyValue

restrictionValue
Object

propertyValue

Applies to