次の方法で共有


Helper.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

パラメーター

  • typeName
    型: System.String
    データ型を確認するための型の名前です。

戻り値

型: System.Boolean
データ型が値の型である場合は true、値の型ではない場合は false です。

関連項目

参照

Helper クラス

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 名前空間