Share via


IDTSVariable100.DataType プロパティ

定義

変数のデータ型を取得します。

public:
 property int DataType { int get(); };
[System.Runtime.InteropServices.DispId(4)]
public int DataType { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.DataType : int
Public ReadOnly Property DataType As Integer

プロパティ値

変数のデータ型。

属性

注釈

詳細については、「Variable」を参照してください。

適用対象