MajorObject.Annotations Property

 

Applies To: SQL Server (starting with 2016)

Gets the collection object of all annotations to current object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AnnotationCollection

An AnnotationCollection object that has all annotations to current object.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top