Freigeben über


MDX.Filter Method

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

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
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

Parameter

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

Rückgabewert

A set that contains the tuples that match the conditions that are defined by expression.

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace