IDTSOutputColumn100.DataType 屬性

定義

取得資料行的 DataType

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Public ReadOnly Property DataType As DataType

屬性值

DataType

DataType 列舉傳回值,指出資料行中儲存的資料類型。

屬性

備註

DataType表示在執行元件期間,資料行中所包含的資料。

如需 Integration Services 資料類型和其屬性的詳細資訊,請參閱 Integration Services 資料類型

適用於