NamedMetadataObjectCollection<T, P> Class
Updated: May 24, 2016
A collection of named metadata objects.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObjectCollection<T, P>
Microsoft.AnalysisServices.Tabular::NamedMetadataObjectCollection<T, P>
Microsoft.AnalysisServices.Tabular::AttributeHierarchyAnnotationCollection
Microsoft.AnalysisServices.Tabular::ColumnAnnotationCollection
Microsoft.AnalysisServices.Tabular::ColumnCollection
Microsoft.AnalysisServices.Tabular::CultureAnnotationCollection
Microsoft.AnalysisServices.Tabular::CultureCollection
Microsoft.AnalysisServices.Tabular::DataSourceAnnotationCollection
Microsoft.AnalysisServices.Tabular::DataSourceCollection
Microsoft.AnalysisServices.Tabular::HierarchyAnnotationCollection
Microsoft.AnalysisServices.Tabular::HierarchyCollection
Microsoft.AnalysisServices.Tabular::KPIAnnotationCollection
Microsoft.AnalysisServices.Tabular::LevelAnnotationCollection
Microsoft.AnalysisServices.Tabular::LevelCollection
Microsoft.AnalysisServices.Tabular::LinguisticMetadataAnnotationCollection
Microsoft.AnalysisServices.Tabular::MeasureAnnotationCollection
Microsoft.AnalysisServices.Tabular::MeasureCollection
Microsoft.AnalysisServices.Tabular::ModelAnnotationCollection
Microsoft.AnalysisServices.Tabular::ModelRoleAnnotationCollection
Microsoft.AnalysisServices.Tabular::ModelRoleCollection
Microsoft.AnalysisServices.Tabular::ModelRoleMemberAnnotationCollection
Microsoft.AnalysisServices.Tabular::ModelRoleMemberCollection
Microsoft.AnalysisServices.Tabular::PartitionAnnotationCollection
Microsoft.AnalysisServices.Tabular::PartitionCollection
Microsoft.AnalysisServices.Tabular::PerspectiveAnnotationCollection
Microsoft.AnalysisServices.Tabular::PerspectiveCollection
Microsoft.AnalysisServices.Tabular::PerspectiveColumnAnnotationCollection
Microsoft.AnalysisServices.Tabular::PerspectiveColumnCollection
Microsoft.AnalysisServices.Tabular::PerspectiveHierarchyAnnotationCollection
Microsoft.AnalysisServices.Tabular::PerspectiveHierarchyCollection
Microsoft.AnalysisServices.Tabular::PerspectiveMeasureAnnotationCollection
Microsoft.AnalysisServices.Tabular::PerspectiveMeasureCollection
Microsoft.AnalysisServices.Tabular::PerspectiveTableAnnotationCollection
Microsoft.AnalysisServices.Tabular::PerspectiveTableCollection
Microsoft.AnalysisServices.Tabular::RelationshipAnnotationCollection
Microsoft.AnalysisServices.Tabular::RelationshipCollection
Microsoft.AnalysisServices.Tabular::TableAnnotationCollection
Microsoft.AnalysisServices.Tabular::TableCollection
Microsoft.AnalysisServices.Tabular::TablePermissionAnnotationCollection
Microsoft.AnalysisServices.Tabular::TablePermissionCollection
| Name | Description | |
|---|---|---|
![]() | Count | Gets a count of the objects in the collection. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Item[Int32] | Gets the object at the specified index position in the collection. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Item[String^] | Gets the index in the collection of the named metadata object with the specified name. |
![]() | Parent | Gets or sets the parent object of the MetadataObject collection. (Inherited from MetadataObjectCollection<T, P>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | Add by Type. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Clear() | Empties the collection of all objects. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Contains(String^) | A Boolean that determines whether objects in the collection are contained by Name. |
![]() | ContainsName(String^) | A Boolean that determines whether the index contains the specified object name. |
![]() | CopyTo(array<T>^, Int32) | Copies a collection to another object in the Model tree. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Find(String^) | Finds an object in the collection by Name. |
![]() | GetEnumerator() | Enumerates the items in a collection. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNewName() | Gets a unique new name for the object. |
![]() | GetNewName(String^) | Gets a unique new name for the object with the specified name prefix. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | Indicates whether the object is removed in the collection. (Inherited from MetadataObjectCollection<T, P>.) |
![]() | Remove(String^) | Removes an object from a MetadataObject collection by its name. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<T>::Clear() | Removes all items from the MetadataObjectCollection<T, P>.(Inherited from 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.(Inherited from MetadataObjectCollection<T, P>.) |
![]() ![]() | ICollection<T>::Remove(T) | Removes the first occurrence of a specific object from the collection.(Inherited from MetadataObjectCollection<T, P>.) |
![]() ![]() | IEnumerable<T>::GetEnumerator() | Returns an enumerator that iterates through a collection.(Inherited from MetadataObjectCollection<T, P>.) |
![]() ![]() | IEnumerable::GetEnumerator() | Retrieves an enumerator that iterates through the collection.(Inherited from MetadataObjectCollection<T, P>.) |
![]() ![]() | ICollection<T>::Count | Gets a count of the objects in the collection.(Inherited from MetadataObjectCollection<T, P>.) |
![]() ![]() | ICollection<T>::IsReadOnly | Gets a value that indicates whether the collection is read only.(Inherited from MetadataObjectCollection<T, P>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





