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
매개 변수
- type
유형: System. . :: . .Type
A Type object value that specifies the type.
반환 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether the type is supported. If true, the type is supported. Otherwise, false.