Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the aggregate function applied to current measure.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<DefaultValueAttribute(AggregationFunction.Sum)> _
Public Property AggregateFunction As AggregationFunction
[DefaultValueAttribute(AggregationFunction.Sum)]
public AggregationFunction AggregateFunction { get; set; }
[DefaultValueAttribute(AggregationFunction::Sum)]
public:
property AggregationFunction AggregateFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
/** @property */
public AggregationFunction get_AggregateFunction ()
/** @property */
public void set_AggregateFunction (AggregationFunction value)
public function get AggregateFunction () : AggregationFunction
public function set AggregateFunction (value : AggregationFunction)
Valore proprietà
An AggregationFunction enumeration value.
Osservazioni
An AggregationFunction can have the following values: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Measure Class
Measure Members
Microsoft.AnalysisServices Namespace