Command.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 annotations associated with the command.
[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 AnnotatoinCollection with the set of annotations.
- Attributes
Remarks
Annotations on a Command object can be used to return the name and value of an implicit measure. An implicit measure is created automatically by a client application when an aggregation method can be inferred based on the characteristics of the column. For example, in Excel, users can create an implicit SUM measure by dragging a numeric field into the Values area of a field list.