Compartir a través de


MDX.Filter Method

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

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

Sintaxis

'Declaración
Public Shared Function Filter ( _
    set As Set, _
    expression As Expression _
) As Set
public static Set Filter (
    Set set,
    Expression expression
)
public:
static Set^ Filter (
    Set^ set, 
    Expression^ expression
)
public static Set Filter (
    Set set, 
    Expression expression
)
public static function Filter (
    set : Set, 
    expression : Expression
) : Set

Parámetros

  • set
    The set that contains the members to be evaluated.
  • expression
    The Expression to be used to evaluate on the set.

Valor devuelto

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.

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