Метод IsTypeSupported

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

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsTypeSupported ( _
    type As Type _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

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