Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the aggregation function to use for a specified Account type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AggregationFunction As AggregationFunction
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension
Remarks
The default AggregationFunction is sum.