Compartir a través de


IsTypeSupported Método

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
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsTypeSupported ( _
    type As Type _
) As Boolean
'Uso
Dim type As Type
Dim returnValue As Boolean

returnValue = EvaluationFactory.IsTypeSupported(type)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static bool IsTypeSupported(
    Type type
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static bool IsTypeSupported(
    Type^ type
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member IsTypeSupported : 
        type:Type -> bool 
public static function IsTypeSupported(
    type : Type
) : boolean

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the type is supported. If true, the type is supported. Otherwise, false.