Właściwość ModelComponent.Annotations
Pobiera kolekcja, w którym można przechowywać dane niestandardowe.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Annotations As AnnotationCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.AnalysisServices.AnnotationCollection
Kolekcja elementów niestandardowych danych (adnotacje).