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.