Partition.AggregationInstances Property

Gets the user-defined aggregations.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection
    Get
'Usage
Dim instance As Partition
Dim value As AggregationInstanceCollection

value = instance.AggregationInstances
[BrowsableAttribute(false)]
public AggregationInstanceCollection AggregationInstances { get; }
[BrowsableAttribute(false)]
public:
property AggregationInstanceCollection^ AggregationInstances {
    AggregationInstanceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationInstances : AggregationInstanceCollection
function get AggregationInstances () : AggregationInstanceCollection

Property Value

Type: Microsoft.AnalysisServices.AggregationInstanceCollection
An AggregationInstanceCollection of user-defined aggregations.