SupportedFilterOperators 方法

Adds a Type to the list of supported operators.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
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)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static List<OperatorType> SupportedFilterOperators(
    Type type,
    AutomatedPolicyEvaluationMode mode
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static List<OperatorType>^ SupportedFilterOperators(
    Type^ type, 
    AutomatedPolicyEvaluationMode mode
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
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> ) > ) >
A generic list of type OperatorType objects.