AdomdRestrictionCollection.Add Method
Include Protected Members
Include Inherited Members
Adds an AdomdRestriction to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(AdomdRestriction) | Adds an AdomdRestriction to the collection. | |
Add(String, Object) | Creates a new AdomdRestriction with the specified property name and value. | |
Add(String, String, Object) | Creates a new AdomdRestriction with the specified property name, namespace, and value. |
Top