Account.AggregationFunction 屬性
Gets or sets the aggregation function to use for a specified Account type.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property AggregationFunction As AggregationFunction
Get
Set
'用途
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)
屬性值
型別:Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension
備註
The default AggregationFunction is sum.