Metodo SupportedOperators (TypeClass)
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function SupportedOperators ( _
typeClass As TypeClass _
) As List(Of OperatorType)
'Utilizzo
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>
Parametri
- typeClass
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
Valore restituito
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >