Account.AggregationFunction Propiedad
Gets or sets the aggregation function to use for a specified Account type.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension
Comentarios
The default AggregationFunction is sum.