Partager via


Propriété DesignAggregationsResult.AggregationCount

Gets the total number of aggregations designed to this point.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AggregationCount As Long 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DesignAggregationsResult Classe

Espace de noms Microsoft.AnalysisServices