IDTSOutputColumn100.DataType Property

 

Applies To: SQL Server 2016 Preview

Gets the DataType of a column.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(101)]
DataType DataType {
    [DispIdAttribute(101)]
    get;
}
[DispIdAttribute(101)]
property DataType DataType {
    [DispIdAttribute(101)]
    DataType get();
}
[<DispIdAttribute(101)>]
abstract DataType : DataType with get
<DispIdAttribute(101)>
ReadOnly Property DataType As DataType

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType

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

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.

See Also

IDTSOutputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top