PipelineComponent.SetOutputColumnDataTypeProperties メソッド

定義

重要

この API は CLS 準拠ではありません。

IDTSOutputColumn100オブジェクトのデータ型プロパティを設定します。

public:
 virtual void SetOutputColumnDataTypeProperties(int iOutputID, int iOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[System.CLSCompliant(false)]
public virtual void SetOutputColumnDataTypeProperties(int iOutputID, int iOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[<System.CLSCompliant(false)>]
abstract member SetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.SetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Overridable Sub SetOutputColumnDataTypeProperties (iOutputID As Integer, iOutputColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)

パラメーター

iOutputID
Int32

IDTSOutput100オブジェクトのIDです。

iOutputColumnID
Int32

IDTSOutputColumn100オブジェクトのIDです。

eDataType
DataType

列の DataType

iLength
Int32

列の長さ。

iPrecision
Int32

列の桁数の合計です。

iScale
Int32

列内の精度の桁数。

iCodePage
Int32

コラムのコードページ。

属性

注釈

この方法は、出力カラムのデータ型プロパティを同時に設定するために使われます。 この方法は、プロパティがメソッド内の他のプロパティの値に依存するため存在します。

適用対象