ModelComponent.Annotations Property

 

Applies To: SQL Server 2016 Preview

Gets a collection within which you can store custom data.

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

Syntax

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