Метод 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>
Параметры
- typeClass
Тип Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
Возвращаемое значение
Тип System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >