Partition.AggregationInstances Property

 

Applies To: SQL Server 2016 Preview

Gets the user-defined aggregations.

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

Syntax

[XmlArrayItemAttribute("AggregationInstance", typeof(AggregationInstance))]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
public AggregationInstanceCollection AggregationInstances { get; }
public:
[XmlArrayItemAttribute("AggregationInstance", (AggregationInstance^::typeid))]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property AggregationInstanceCollection^ AggregationInstances {
    AggregationInstanceCollection^ get();
}
[<XmlArrayItemAttribute("AggregationInstance", typeof(AggregationInstance))>]
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member AggregationInstances : AggregationInstanceCollection with get
<XmlArrayItemAttribute("AggregationInstance", GetType(AggregationInstance))>
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection

Property Value

Type: Microsoft.AnalysisServices.AggregationInstanceCollection

An AggregationInstanceCollection of user-defined aggregations.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top