Share via


AdomdRestrictionCollection.Add Method

Include Protected Members
Include Inherited Members

Adds an AdomdRestriction to the collection.

Overload List

  Name Description
Public method Add(AdomdRestriction) Adds an AdomdRestriction to the collection.
Public method Add(String, Object) Creates a new AdomdRestriction with the specified property name and value.
Public method Add(String, String, Object) Creates a new AdomdRestriction with the specified property name, namespace, and value.

Top