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.