共用方式為


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 命名空間