Partition.AggregationInstances 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 user-defined aggregations.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AggregationInstanceCollection AggregationInstances { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AggregationInstances : Microsoft.AnalysisServices.AggregationInstanceCollection
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection
Property Value
An AggregationInstanceCollection of user-defined aggregations.
- Attributes