Measure.AggregateFunction プロパティ
現在のメジャーに適用される集計関数を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property AggregateFunction As AggregationFunction
Get
Set
'使用
Dim instance As Measure
Dim value As AggregationFunction
value = instance.AggregateFunction
instance.AggregateFunction = value
public AggregationFunction AggregateFunction { get; set; }
public:
property AggregationFunction AggregateFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregateFunction : AggregationFunction with get, set
function get AggregateFunction () : AggregationFunction
function set AggregateFunction (value : AggregationFunction)
プロパティ値
型: Microsoft.AnalysisServices.AggregationFunction
AggregationFunction 列挙値です。
説明
AggregationFunction は、AverageOfChildren、ByAccount、Count、DistinctCount、FirstChild、FirstNonEmpty、LastChild、LastNonEmpty、Max、Min、None、または Sum の値を受け取ることができます。