SupportedOperators 方法 (TypeClass)

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

语法

声明
Public Shared Function SupportedOperators ( _
    typeClass As TypeClass _
) As List(Of OperatorType)
用法
Dim typeClass As TypeClass
Dim returnValue As List(Of OperatorType)

returnValue = EvaluationFactory.SupportedOperators(typeClass)
public static List<OperatorType> SupportedOperators(
    TypeClass typeClass
)
public:
static List<OperatorType>^ SupportedOperators(
    TypeClass typeClass
)
static member SupportedOperators : 
        typeClass:TypeClass -> List<OperatorType> 
public static function SupportedOperators(
    typeClass : TypeClass
) : List<OperatorType>

返回值

类型:System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >