Freigeben über


IDTSVirtualInputColumn100.DataType-Eigenschaft

Gets the DataType of a column.

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

Syntax

'Declaration
ReadOnly Property DataType As DataType 
    Get
'Usage
Dim instance As IDTSVirtualInputColumn100 
Dim value As DataType 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that specifies the data type of the virtual column.

Siehe auch

Verweis

IDTSVirtualInputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace