AggregationDesign.Aggregations 属性

Gets the aggregations designed for the AggregationDesign.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection 
    Get
用法
Dim instance As AggregationDesign 
Dim value As AggregationCollection 

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

属性值

类型:Microsoft.AnalysisServices.AggregationCollection
A collection of aggregations.

请参阅

参考

AggregationDesign 类

Microsoft.AnalysisServices 命名空间