MajorObject.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 the collection of all annotations associated with the major object.
[System.ComponentModel.Browsable(false)]
public override Microsoft.AnalysisServices.AnnotationCollection Annotations { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Annotations : Microsoft.AnalysisServices.AnnotationCollection
Public Overrides ReadOnly Property Annotations As AnnotationCollection
Property Value
An AnnotationCollection object that has all the annotations.
- Attributes