IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties メソッド

定義

出力カラムのデータ型プロパティを設定します。

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

パラメーター

lOutputID
Int32

出力識別子。

lOutputColumnID
Int32

出力カラム識別子。

eDataType
DataType

データ型。

lLength
Int32

長さ。

lPrecision
Int32

有効桁数。

lScale
Int32

スケール。

lCodePage
Int32

コード ページです。

適用対象