ModelAnnotationCollection Class

 

Updated: May 24, 2016

Collection of Annotation objects.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)


public ref class ModelAnnotationCollection sealed : NamedMetadataObjectCollection<Annotation^, Model^>

NameDescription
System_CAPS_pubmethodModelAnnotationCollection(Model^)

Initializes a new instance of the ModelAnnotationCollection class with the specified object.

NameDescription
System_CAPS_pubpropertyCount

Gets a count of the objects in the collection. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the collection is read-only. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubpropertyItem[Int32]

Gets the object at the specified index position in the collection. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubpropertyItem[String^]

Gets the index in the collection of the named metadata object with the specified name. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubpropertyParent

Gets or sets the parent object of the MetadataObject collection. (Inherited from MetadataObjectCollection<T, P>.)

NameDescription
System_CAPS_pubmethodAdd(T)

Add by Type. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodClear()

Empties the collection of all objects. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodContains(T)

A Boolean specifying whether the collection contains objects by Type. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodContains(String^)

A Boolean that determines whether objects in the collection are contained by Name. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodContainsName(String^)

A Boolean that determines whether the index contains the specified object name. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

Copies a collection to another object in the Model tree. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFind(String^)

Finds an object in the collection by Name. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodGetEnumerator()

Enumerates the items in a collection. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetNewName()

Gets a unique new name for the object. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodGetNewName(String^)

Gets a unique new name for the object with the specified name prefix. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

Index lookup by Type. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodRemove(T)

Indicates whether the object is removed in the collection. (Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubmethodRemove(String^)

Removes an object from a MetadataObject collection by its name. (Inherited from NamedMetadataObjectCollection<T, P>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<T>::Clear()

Removes all items from the MetadataObjectCollection<T, P>.(Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<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>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection<T>::Remove(T)

Removes the first occurrence of a specific object from the collection.(Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable<T>::GetEnumerator()

Returns an enumerator that iterates through a collection.(Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Retrieves an enumerator that iterates through the collection.(Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<T>::Count

Gets a count of the objects in the collection.(Inherited from MetadataObjectCollection<T, P>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<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.

Return to top
Show: