Partition.AggregationInstances 속성

Gets the user-defined aggregations.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection 
    Get
‘사용 방법
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

속성 값

유형: Microsoft.AnalysisServices.AggregationInstanceCollection
An AggregationInstanceCollection of user-defined aggregations.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스