Propriedade do RDL Account.AggregationFunction
Gets or sets the aggregation function to use for a specified Account type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property AggregationFunction As AggregationFunction
Get
Set
'Uso
Dim instance As Account
Dim value As AggregationFunction
value = instance.AggregationFunction
instance.AggregationFunction = value
public AggregationFunction AggregationFunction { get; set; }
public:
property AggregationFunction AggregationFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregationFunction : AggregationFunction with get, set
function get AggregationFunction () : AggregationFunction
function set AggregationFunction (value : AggregationFunction)
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension
Comentários
The default AggregationFunction is sum.