DesignAggregationsResult.AggregationCount 属性

Gets the total number of aggregations designed to this point.

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

语法

声明
Public ReadOnly Property AggregationCount As Long 
    Get
用法
Dim instance As DesignAggregationsResult 
Dim value As Long 

value = instance.AggregationCount
public long AggregationCount { get; }
public:
property long long AggregationCount {
    long long get ();
}
member AggregationCount : int64
function get AggregationCount () : long

属性值

类型:System.Int64
A long value with the total number of aggregations designed to this point.

请参阅

参考

DesignAggregationsResult 类

Microsoft.AnalysisServices 命名空间