次の方法で共有


IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties メソッド

定義

ホストの出力列のデータ型プロパティを設定します。

public:
 void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

パラメーター

pWrapper
IDTSManagedComponentWrapper100

使用されるラッパーです。

lOutputID
Int32

出力 ID です。

lOutputColumnID
Int32

出力列の識別子です。

eDataType
DataType

データ型です。

lLength
Int32

長さです。

lPrecision
Int32

有効桁数です。

lScale
Int32

小数点以下桁数です。

lCodePage
Int32

コード ページです。

適用対象