IsTypeSupportedForConstant 메서드
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Shared Function IsTypeSupportedForConstant ( _
type As Type _
) As Boolean
‘사용 방법
Dim type As Type
Dim returnValue As Boolean
returnValue = EvaluationFactory.IsTypeSupportedForConstant(type)
public static bool IsTypeSupportedForConstant(
Type type
)
public:
static bool IsTypeSupportedForConstant(
Type^ type
)
static member IsTypeSupportedForConstant :
type:Type -> bool
public static function IsTypeSupportedForConstant(
type : Type
) : boolean
매개 변수
- type
형식: System. . :: . .Type