Свойство Annotations
Gets the collection object of all annotations to current object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Property Annotations As AnnotationCollection
Get
'Применение
Dim instance As MajorObject
Dim value As AnnotationCollection
value = instance.Annotations
public override AnnotationCollection Annotations { get; }
public:
virtual property AnnotationCollection^ Annotations {
AnnotationCollection^ get () override;
}
abstract Annotations : AnnotationCollection
override Annotations : AnnotationCollection
override function get Annotations () : AnnotationCollection
Значение свойства
Тип: Microsoft.AnalysisServices. . :: . .AnnotationCollection
An AnnotationCollection object that has all annotations to current object.