다음을 통해 공유


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

매개 변수

반환 값

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