次の方法で共有


IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties メソッド

定義

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

public:
 void SetExternalMetadataColumnDataTypeProperties(int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
[System.Runtime.InteropServices.DispId(40)]
public void SetExternalMetadataColumnDataTypeProperties (int lID, int lExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member SetExternalMetadataColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub SetExternalMetadataColumnDataTypeProperties (lID As Integer, lExternalMetadataColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

パラメーター

lID
Int32

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

lExternalMetadataColumnID
Int32

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

eDataType
DataType

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

lLength
Int32

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

lPrecision
Int32

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

lScale
Int32

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

lCodePage
Int32

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

属性

適用対象