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

适用于