Account.AggregationFunction プロパティ
指定されている Account の種類に対して使用される集計関数を取得します。値の設定も可能です。
名前空間: 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
Account に適用される集計の種類です。ディメンション (dimension)
説明
既定の AggregationFunction は sum です。