MajorObject.Annotations Propiedad
Gets the collection object of all annotations to current object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property Annotations As AnnotationCollection
Get
'Uso
Dim instance As MajorObject
Dim value As AnnotationCollection
value = instance.Annotations
[BrowsableAttribute(false)]
public override AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)]
public:
virtual property AnnotationCollection^ Annotations {
AnnotationCollection^ get () override;
}
[<BrowsableAttribute(false)>]
abstract Annotations : AnnotationCollection
[<BrowsableAttribute(false)>]
override Annotations : AnnotationCollection
override function get Annotations () : AnnotationCollection
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AnnotationCollection
An AnnotationCollection object that has all annotations to current object.
Comentarios
Annotations are only used in DataItem objects.