Compartir a través de


MDX.Aggregate Method

Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public Shared Function Aggregate ( _
    set As Set, _
    ParamArray expression As Expression() _
) As ValueType
public static ValueType Aggregate (
    Set set,
    params Expression[] expression
)
public:
static ValueType^ Aggregate (
    Set^ set, 
    ... array<Expression^>^ expression
)
public static ValueType Aggregate (
    Set set, 
    Expression[] expression
)
public static function Aggregate (
    set : Set, 
    ... expression : Expression[]
) : ValueType

Parámetros

  • set
    The set to be aggregated.
  • expression
    The expression to be aggregated on each member of the set.

Valor devuelto

A System.ValueType that contains the results of the aggregation.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace