DataItem.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 object of all annotations to current DataItem.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AnnotationCollection Annotations { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Annotations : Microsoft.AnalysisServices.AnnotationCollection
Public ReadOnly Property Annotations As AnnotationCollection
Property Value
An AnnotationCollection object that has all annotations to current DataItem.
- Attributes