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


MajorObject.Annotations Property

Gets the collection object of all annotations to current object.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property Annotations As AnnotationCollection
public override AnnotationCollection Annotations { get; }
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get () override;
}
/** @property */
public AnnotationCollection get_Annotations ()
public override function get Annotations () : AnnotationCollection

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

An AnnotationCollection object that has all annotations to current object.

Замечания

Annotations are only used in DataItem objects.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MajorObject Class
MajorObject Members
Microsoft.AnalysisServices Namespace