AdomdRestrictionCollection.Add Method
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
Add(AdomdRestriction) |
Add |
Add(String, Object) |
Add 1 |
Add(String, String, Object) |
Add 1 |
Add(AdomdRestriction)
Add
public Microsoft.AnalysisServices.AdomdClient.AdomdRestriction Add (Microsoft.AnalysisServices.AdomdClient.AdomdRestriction value);
member this.Add : Microsoft.AnalysisServices.AdomdClient.AdomdRestriction -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Function Add (value As AdomdRestriction) As AdomdRestriction
Parameters
- value
- AdomdRestriction
value
Returns
Information not available for this release.
Applies to
Add(String, Object)
Add 1
public Microsoft.AnalysisServices.AdomdClient.AdomdRestriction Add (string propertyName, object value);
member this.Add : string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Function Add (propertyName As String, value As Object) As AdomdRestriction
Parameters
- propertyName
- String
propertyName
- value
- Object
value
Returns
Information not available for this release.
Applies to
Add(String, String, Object)
Add 1
public Microsoft.AnalysisServices.AdomdClient.AdomdRestriction Add (string propertyName, string propertyNamespace, object value);
member this.Add : string * string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Function Add (propertyName As String, propertyNamespace As String, value As Object) As AdomdRestriction
Parameters
- propertyName
- String
propertyName
- propertyNamespace
- String
propertyNamespace
- value
- Object
value
Returns
Information not available for this release.