次の方法で共有


Aggregate メソッド

セットおよび式に対して、多次元式 (MDX) の Aggregate 関数を実行します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Shared Function Aggregate ( _
    set As Set, _
    ParamArray expression As Expression() _
) As ValueType
'使用
Dim set As Set
Dim expression As Expression()
Dim returnValue As ValueType

returnValue = MDX.Aggregate(set, _
    expression)
public static ValueType Aggregate(
    Set set,
    params Expression[] expression
)
public:
static ValueType^ Aggregate(
    Set^ set, 
    ... array<Expression^>^ expression
)
static member Aggregate : 
        set:Set * 
        expression:Expression[] -> ValueType 
public static function Aggregate(
    set : Set, 
    ... expression : Expression[]
) : ValueType

パラメーター

戻り値

型: System. . :: . .ValueType
集計の結果を表す System.ValueType です。