Compartir a través de


Filter Método

Runs the Multidimensional Expressions (MDX) Filter function on a set.

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

Sintaxis

'Declaración
Public Shared Function Filter ( _
    set As Set, _
    expression As Expression _
) As Set
'Uso
Dim set As Set
Dim expression As Expression
Dim returnValue As Set

returnValue = MDX.Filter(set, expression)
public static Set Filter(
    Set set,
    Expression expression
)
public:
static Set^ Filter(
    Set^ set, 
    Expression^ expression
)
static member Filter : 
        set:Set * 
        expression:Expression -> Set 
public static function Filter(
    set : Set, 
    expression : Expression
) : Set

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .Set
A set that contains the tuples that match the conditions that are defined by expression.

Notas

If no tuples match the conditions, an empty set is returned.