次の方法で共有


Account.AggregationFunction Property

指定されている Account の種類に対して使用される集計関数を取得します。値の設定も可能です。

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

構文

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

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

public function set AggregationFunction (value : AggregationFunction)

プロパティ値

Account に適用される集計の種類です。

解説

既定の AggregationFunctionsum です。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

Account Class
Account Members
Microsoft.AnalysisServices Namespace