PipelineComponent.SetOutputColumnDataTypeProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この 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 です。
- iLength
- Int32
列の長さです。
- iPrecision
- Int32
列の総桁数です。
- iScale
- Int32
列の有効桁数です。
- iCodePage
- Int32
列のコード ページです。
- 属性
注釈
このメソッドは、出力列のデータ型プロパティをすべて同時に設定するために使用されます。 このメソッドが存在するのは、出力列のデータ型プロパティがこのメソッド内の他のプロパティの値に依存するためです。