共用方式為


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 命名空間