MajorObject.Annotations Property
Gets the collection object of all annotations to current object.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
An AnnotationCollection object that has all annotations to current object.
Notes
Annotations are only used in DataItem objects.
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
MajorObject Class
MajorObject Members
Microsoft.AnalysisServices Namespace