다음을 통해 공유


IsTypeSupported 메서드

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

구문

‘선언
Public Shared Function IsTypeSupported ( _
    type As Type _
) As Boolean
‘사용 방법
Dim type As Type
Dim returnValue As Boolean

returnValue = EvaluationFactory.IsTypeSupported(type)
public static bool IsTypeSupported(
    Type type
)
public:
static bool IsTypeSupported(
    Type^ type
)
static member IsTypeSupported : 
        type:Type -> bool 
public static function IsTypeSupported(
    type : Type
) : boolean

매개 변수

반환 값

형식: System. . :: . .Boolean