Partager via


Annotations propriété

Gets a collection within which you can store custom data.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Annotations As AnnotationCollection
    Get
'Utilisation
Dim instance As ModelComponent
Dim value As AnnotationCollection

value = instance.Annotations
[BrowsableAttribute(false)]
public virtual AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)]
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get ();
}
[<BrowsableAttribute(false)>]
abstract Annotations : AnnotationCollection
[<BrowsableAttribute(false)>]
override Annotations : AnnotationCollection
function get Annotations () : AnnotationCollection

Valeur de la propriété

Type : Microsoft.AnalysisServices. . :: . .AnnotationCollection
A collection of custom data elements (annotations).