ModelComponent.Annotations Property
Gets a collection within which you can store custom data.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Annotations As AnnotationCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AnnotationCollection
A collection of custom data elements (annotations).