共用方式為


IDTSExternalMetadataColumn100.DataType 屬性

Gets or sets the DataType of the column.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property DataType As DataType 
    Get 
    Set
'用途
Dim instance As IDTSExternalMetadataColumn100 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
DataType DataType { get; set; }
property DataType DataType {
    DataType get ();
    void set (DataType value);
}
abstract DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that indicates the type of data stored in the column.

備註

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

請參閱

參考

IDTSExternalMetadataColumn100 介面

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