다음을 통해 공유


SupportedOperators 메서드 (TypeClass)

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

구문

‘선언
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> ) > ) >