ModelComponent.Annotations Property

 

Applies To: SQL Server (starting with 2016)

Gets a collection within which you can store custom data.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[BrowsableAttribute(false)]
public virtual AnnotationCollection Annotations { get; }
public:
[BrowsableAttribute(false)]
property AnnotationCollection^ Annotations {
    virtual AnnotationCollection^ get();
}
[<BrowsableAttribute(false)>]
abstract Annotations : AnnotationCollection with get
[<BrowsableAttribute(false)>]
override Annotations : AnnotationCollection with get
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property Annotations As AnnotationCollection

Property Value

Type: Microsoft.AnalysisServices.AnnotationCollection

A collection of custom data elements (annotations).

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top