IDTSOutputColumn100.DataType Property

Definition

Gets the DataType of a column.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Public ReadOnly Property DataType As DataType

Property Value

Returns a value from the DataType enumeration that indicates the type of data stored in the column.

Attributes

Remarks

The DataType represents the data contained in the column during execution of the component.

For more information on Integration Services data types and their properties, see Integration Services Data Types.

Applies to