PipelineComponent.SetExternalMetadataColumnDataTypeProperties メソッド

定義

重要

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

指定した外部メタデータ列のデータ型プロパティを設定します。

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

パラメーター

iID
Int32

外部メタデータ列の IDTSInput100 ID または IDTSOutput100 外部メタデータ列が関連付けられている ID。

iExternalMetadataColumnID
Int32

外部メタデータ列の ID です。

eDataType
DataType

新しい外部メタデータ列のデータ型を含む DataType です。

iLength
Int32

新しい外部メタデータ列の長さです。

iPrecision
Int32

新しい外部メタデータ列の数値有効桁数です。

iScale
Int32

新しい外部メタデータ列の数値の小数点以下桁数です。

iCodePage
Int32

新しい外部メタデータ列のコード ページです。

属性

注釈

外部メタデータ列の操作の詳細については、「外部メタデータの 実装」を参照してください。

適用対象