EvaluationFactory.IsTypeSupportedForConstant 메서드

Determines whether the specified type is supported for being used as a constant by policy-based management services.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsTypeSupportedForConstant ( _
    type As Type _
) As Boolean
‘사용 방법
Dim type As Type 
Dim returnValue As Boolean 

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

매개 변수

반환 값

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

참고 항목

참조

EvaluationFactory 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스