ModelComponent.Annotations Property

Gets a collection within which you can store custom data.

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

Syntax

C#
[BrowsableAttribute(false)]
public virtual AnnotationCollection Annotations { get; }

Property Value

Type: Microsoft.AnalysisServices.AnnotationCollection
A collection of custom data elements (annotations).

See Also

Reference

ModelComponent Class

Microsoft.AnalysisServices Namespace