MajorObject.Annotations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection object of all annotations to current object.

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

Syntax

[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
[BrowsableAttribute(false)]
public override AnnotationCollection Annotations { get; }
public:
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
[BrowsableAttribute(false)]
property AnnotationCollection^ Annotations {
    virtual AnnotationCollection^ get() override;
}
[<XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
[<BrowsableAttribute(false)>]
override Annotations : AnnotationCollection with get
<XmlArrayAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
<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.

Remarks

Annotations are only used in DataItem objects.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top