Partager via


Propriété DataType

Gets the DataType of a column.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property DataType As DataType
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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