次の方法で共有


Measure.AggregateFunction Property

現在のメジャーに適用される集計関数を取得します。値の設定も可能です。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DefaultValueAttribute(AggregationFunction.Sum)> _
Public Property AggregateFunction As AggregationFunction
[DefaultValueAttribute(AggregationFunction.Sum)] 
public AggregationFunction AggregateFunction { get; set; }
[DefaultValueAttribute(AggregationFunction::Sum)] 
public:
property AggregationFunction AggregateFunction {
    AggregationFunction get ();
    void set (AggregationFunction value);
}
/** @property */
public AggregationFunction get_AggregateFunction ()

/** @property */
public void set_AggregateFunction (AggregationFunction value)
public function get AggregateFunction () : AggregationFunction

public function set AggregateFunction (value : AggregationFunction)

プロパティ値

AggregationFunction 列挙値です。

解説

AggregationFunction は、AverageOfChildren、ByAccount、Count、DistinctCount、FirstChild、FirstNonEmpty、LastChild、LastNonEmpty、Max、Min、None、または Sum の値を受け取ることができます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Measure Class
Measure Members
Microsoft.AnalysisServices Namespace