MetadataObjectCollection<T, P> Class
Updated: May 24, 2016
Represents a collection of MetadataObjects.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObjectCollection<T, P>
Microsoft.AnalysisServices.Tabular::NamedMetadataObjectCollection<T, P>
Microsoft.AnalysisServices.Tabular::ObjectTranslationCollection
| Name | Description | |
|---|---|---|
![]() | MetadataObjectCollection<T, P>(ObjectType, P) | Initializes a new collection of metadata objects. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets a count of the objects in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. |
![]() | Item[Int32] | Gets the object at the specified index position in the collection. |
![]() | Parent | Gets or sets the parent object of the MetadataObject collection. |
| Name | Description | |
|---|---|---|
![]() | Add(T) | Add by Type. |
![]() | Clear() | Empties the collection of all objects. |
![]() | Contains(T) | A Boolean specifying whether the collection contains objects by Type. |
![]() | CopyTo(array<T>^, Int32) | Copies a collection to another object in the Model tree. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Enumerates the items in a collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | Index lookup by Type. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | Indicates whether the object is removed in the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<T>::Clear() | Removes all items from the MetadataObjectCollection<T, P>. |
![]() ![]() | ICollection<T>::CopyTo(array<T>^, Int32) | Copies the MetadataObjectCollection<T, P> to an existing one-dimensional Array, starting at the specified array index. |
![]() ![]() | ICollection<T>::Remove(T) | Removes the first occurrence of a specific object from the collection. |
![]() ![]() | IEnumerable<T>::GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() ![]() | IEnumerable::GetEnumerator() | Retrieves an enumerator that iterates through the collection. |
![]() ![]() | ICollection<T>::Count | Gets a count of the objects in the collection. |
![]() ![]() | ICollection<T>::IsReadOnly | Gets a value that indicates whether the collection is read only. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





