DataItem.Annotations Property

Gets the collection object of all annotations to current DataItem.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
<XmlArrayItemAttribute(GetType(Annotation))> _
<XmlArrayAttribute> _
Public ReadOnly Property Annotations As AnnotationCollection
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(Annotation))] 
[XmlArrayAttribute] 
public AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(Annotation))] 
[XmlArrayAttribute] 
public:
property AnnotationCollection^ Annotations {
    AnnotationCollection^ get ();
}
/** @property */
public AnnotationCollection get_Annotations ()
public function get Annotations () : AnnotationCollection

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

An AnnotationCollection object that has all annotations to current DataItem.

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

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.

См. также

Справочник

DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace