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.