Compartir a través de


SupportedOperators Método (Type)

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 ( _
    type As Type _
) As List(Of OperatorType)
'Uso
Dim type As Type
Dim returnValue As List(Of OperatorType)

returnValue = EvaluationFactory.SupportedOperators(type)
public static List<OperatorType> SupportedOperators(
    Type type
)
public:
static List<OperatorType>^ SupportedOperators(
    Type^ type
)
static member SupportedOperators : 
        type:Type -> List<OperatorType> 
public static function SupportedOperators(
    type : Type
) : List<OperatorType>

Parámetros

Valor devuelto

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