Propriedade do RDL AggregateFunction
Gets or sets the aggregate function applied to current measure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property AggregateFunction As AggregationFunction
Get
Set
'Uso
Dim instance As Measure
Dim value As AggregationFunction
value = instance.AggregateFunction
instance.AggregateFunction = value
public AggregationFunction AggregateFunction { get; set; }
public:
property AggregationFunction AggregateFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregateFunction : AggregationFunction with get, set
function get AggregateFunction () : AggregationFunction
function set AggregateFunction (value : AggregationFunction)
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .AggregationFunction
An AggregationFunction enumeration value.
Comentários
An AggregationFunction can have the following values: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.