Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the total number of aggregations designed to this point.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property AggregationCount As Long
Get
'Usage
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
Eigenschaftswert
Typ: System.Int64
A long value with the total number of aggregations designed to this point.