Aggregate 메서드
Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.
네임스페이스: 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
매개 변수
- set
유형: Microsoft.AnalysisServices.AdomdServer. . :: . .Set
The set to be aggregated.
- expression
유형: array<Microsoft.AnalysisServices.AdomdServer. . :: . .Expression> [] () [] []
The expression to be aggregated on each member of the set.
반환 값
유형: System. . :: . .ValueType
A System.ValueType that contains the results of the aggregation.