AdomdRestrictionCollection Class
Updated: March 10, 2016
Gets a collection of AdomdRestriction objects.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
System::MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient::AdomdRestrictionCollection
| Name | Description | |
|---|---|---|
![]() | AdomdRestrictionCollection() | Initializes a new instance of the AdomdRestrictionCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of AdomdRestriction objects in the collection. |
![]() | IsFixedSize | Gets a value indicating whether the AdomdRestrictionCollection has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the AdomdRestrictionCollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item[Int32] | Gets or sets the specified AdomdRestriction from the collection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdRestrictionCollection class. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| 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. |
![]() | Clear() | Removes all restrictions from the AdomdRestrictionCollection. |
![]() | Contains(AdomdRestriction^) | Determines whether a AdomdRestriction is in the AdomdRestrictionCollection. |
![]() | CopyTo(array<AdomdRestriction^>^, Int32) | Copies the elements of the AdomdRestrictionCollection collection to the specified array. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Find(String^) | Gets the specified AdomdRestriction from the collection by its name. |
![]() | Find(String^, String^) | Gets the specified AdomdRestriction from the collection by its name and namespace. |
![]() | GetEnumerator() | Returns an enumerator that iterates through the AdomdRestrictionCollection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(AdomdRestriction^) | Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection. |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | Insert(Int32, AdomdRestriction^) | Inserts a restriction into the AdomdRestrictionCollection collection at the specified index. |
![]() | Remove(AdomdRestriction^) | Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection. |
![]() | RemoveAt(Int32) | Removes the restriction at the specified index of the AdomdRestrictionCollection collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the AdomdRestrictionCollection to an array, starting at a particular index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the AdomdRestrictionCollection. |
![]() ![]() | IList::Add(Object^) | Adds an item to the AdomdRestrictionCollection. |
![]() ![]() | IList::Contains(Object^) | Determines whether the AdomdRestrictionCollection contains the specified value. |
![]() ![]() | IList::IndexOf(Object^) | Determines the index of the specified item in the AdomdRestrictionCollection. |
![]() ![]() | IList::Insert(Int32, Object^) | Insert an item to the AdomdRestrictionCollection at the specified index. |
![]() ![]() | IList::Remove(Object^) | Removes the first occurrence of the specified object from the AdomdRestrictionCollection. |
![]() ![]() | IList::Item[Int32] | Gets or sets the AdomdRestriction at the specified index. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




