다음을 통해 공유


SupportedFilterOperators 메서드

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
Public Shared Function SupportedFilterOperators ( _
    type As Type, _
    mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
‘사용 방법
Dim type As Type
Dim mode As AutomatedPolicyEvaluationMode
Dim returnValue As List(Of OperatorType)

returnValue = ExpressionNodeOperator.SupportedFilterOperators(type, _
    mode)
public static List<OperatorType> SupportedFilterOperators(
    Type type,
    AutomatedPolicyEvaluationMode mode
)
public:
static List<OperatorType>^ SupportedFilterOperators(
    Type^ type, 
    AutomatedPolicyEvaluationMode mode
)
static member SupportedFilterOperators : 
        type:Type * 
        mode:AutomatedPolicyEvaluationMode -> List<OperatorType> 
public static function SupportedFilterOperators(
    type : Type, 
    mode : AutomatedPolicyEvaluationMode
) : List<OperatorType>

반환 값

형식: System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >