AdomdRestriction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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