다음을 통해 공유


Filter 메서드

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Shared Function Filter ( _
    set As Set, _
    expression As Expression _
) As Set
‘사용 방법
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

매개 변수

반환 값

형식: Microsoft.AnalysisServices.AdomdServer. . :: . .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.