IDTSVirtualInputColumn100.DataType 属性

Gets the DataType of a column.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property DataType As DataType 
    Get
用法
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

属性值

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

请参阅

参考

IDTSVirtualInputColumn100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间