Share via


Propriété Annotations

Gets the collection object of all annotations to current object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Annotations As AnnotationCollection
    Get
'Utilisation
Dim instance As MajorObject
Dim value As AnnotationCollection

value = instance.Annotations
public override AnnotationCollection Annotations { get; }
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get () override;
}
abstract Annotations : AnnotationCollection
override Annotations : AnnotationCollection
override function get Annotations () : AnnotationCollection

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .AnnotationCollection
An AnnotationCollection object that has all annotations to current object.

Notes

Annotations are only used in DataItem objects.