Partager via


DataItem.Annotations Property

Gets the collection object of all annotations to current DataItem.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

An AnnotationCollection object that has all annotations to current DataItem.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace