Compartir a través de


EvaluationFactory.SupportedOperators Método (TypeClass)

Determines whether the specified type is supported by policy-based management services.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Function SupportedOperators ( _
    typeClass As TypeClass _
) As List(Of OperatorType)
'Uso
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>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<OperatorType>
A List object value that contains a list of OperatorType objects that specifies the supported operators for the type.

Vea también

Referencia

EvaluationFactory Clase

Sobrecarga de SupportedOperators

Espacio de nombres Microsoft.SqlServer.Management.Dmf