Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared Function Aggregate ( _
set As Set, _
ParamArray expression As Expression() _
) As ValueType
'Usage
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
Parameter
- set
Typ: Microsoft.AnalysisServices.AdomdServer.Set
The set to be aggregated.
- expression
Typ: array<Microsoft.AnalysisServices.AdomdServer.Expression[]
The expression to be aggregated on each member of the set.
Rückgabewert
Typ: System.ValueType
A System.ValueType that contains the results of the aggregation.