MDX.Filter Method

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

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
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

Параметры

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

Возвращаемое значение

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

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace