Proprietà IDTSInputColumn100.DataType

Gets the DataType of a column.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property DataType As DataType 
    Get
'Utilizzo
Dim instance As IDTSInputColumn100 
Dim value As DataType 

value = instance.DataType
DataType DataType { get; }
property DataType DataType {
    DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration.

Osservazioni

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

Vedere anche

Riferimento

IDTSInputColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper