Поделиться через


Свойство Annotations

Gets the collection object of all annotations to current DataItem.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Annotations As AnnotationCollection
    Get
'Применение
Dim instance As DataItem
Dim value As AnnotationCollection

value = instance.Annotations
[BrowsableAttribute(false)]
public AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)]
public:
property AnnotationCollection^ Annotations {
    AnnotationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Annotations : AnnotationCollection
function get Annotations () : AnnotationCollection

Значение свойства

Тип: Microsoft.AnalysisServices. . :: . .AnnotationCollection
An AnnotationCollection object that has all annotations to current DataItem.