IDTSVariable100.DataType Property

Definition

Gets the data type of the variable.

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

Property Value

The data type of the variable.

Attributes

Remarks

For more information, see Variable.

Applies to