ModelComponent.Annotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection within which you can store custom data.
[System.ComponentModel.Browsable(false)]
public virtual Microsoft.AnalysisServices.AnnotationCollection Annotations { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Annotations : Microsoft.AnalysisServices.AnnotationCollection
Public Overridable ReadOnly Property Annotations As AnnotationCollection
Property Value
A collection of custom data elements (annotations).
- Attributes