Aggregation.Dimensions 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 dimensions for the Aggregation object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AggregationDimensionCollection Dimensions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Dimensions : Microsoft.AnalysisServices.AggregationDimensionCollection
Public ReadOnly Property Dimensions As AggregationDimensionCollection
Property Value
An AggregationDimensionCollection object.
- Attributes