다음을 통해 공유


Helper.IsPrimitiveType 메서드

Indicates if a data type is a value type.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public Shared Function IsPrimitiveType ( _
    typeName As String _
) As Boolean
‘사용 방법
Dim typeName As String 
Dim returnValue As Boolean 

returnValue = Helper.IsPrimitiveType(typeName)
public static bool IsPrimitiveType(
    string typeName
)
public:
static bool IsPrimitiveType(
    String^ typeName
)
static member IsPrimitiveType : 
        typeName:string -> bool
public static function IsPrimitiveType(
    typeName : String
) : boolean

매개 변수

  • typeName
    유형: System.String
    The name of the type to verify the data type of.

반환 값

유형: System.Boolean
true if the data type is a value type; otherwise, false.

참고 항목

참조

Helper 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스