IsPrimitiveType メソッド

データ型が値の型かどうかを示します。

名前空間:  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、値の型ではない場合は false です。