AnnotationCollection Properties

 

Applies To: SQL Server (starting with 2016)

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

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of Annotation objects contained in the collection.

System_CAPS_pubproperty Item[Int32]

Gets the Annotation at the specified index from the collection.

System_CAPS_pubproperty Item[String]

Gets the Annotation, with the specified name, from the collection.

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsFixedSize

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsReadOnly

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

See Also

AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top