DesignAggregationsResult.AggregationCount Özelliği
Bu noktaya tasarlanmış toplamalardan toplam sayısını alır.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Property AggregationCount As Long
Get
'Kullanım
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
Özellik Değeri
Tür: System.Int64
Bu noktaya tasarlanmış toplamalardan toplam sayısını içeren bir long değer.