Compartilhar via


Propriedade do RDL Annotations

Gets the collection object of all annotations to current object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property Annotations As AnnotationCollection
    Get
'Uso
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

Valor da propriedade

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

Comentários

Annotations are only used in DataItem objects.