Metoda SupportedOperators (TypeClass)
Określa, czy określony typ jest obsługiwany przez usługi zarządzanie oparte na zasadach.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Syntax
'Deklaracja
Public Shared Function SupportedOperators ( _
typeClass As TypeClass _
) As List(Of OperatorType)
'Użycie
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>
Parameters
- typeClass
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
A TypeClass obiektów, które określa typ.
Wartość zwracana
Typ: System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >
A List wartość obiektu, który zawiera listę OperatorType obiektów, które określa operatorów obsługiwanych dla typu.