Condividi tramite


DataItem.Annotations Property

Gets the collection object of all annotations to current DataItem.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

An AnnotationCollection object that has all annotations to current DataItem.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace