次の方法で共有


CManagedComponentWrapperClass.SetExternalMetadataColumnDataTypeProperties メソッド

定義

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

public:
 virtual void SetExternalMetadataColumnDataTypeProperties(int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetExternalMetadataColumnDataTypeProperties;
[System.Runtime.InteropServices.DispId(40)]
public virtual 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
override this.SetExternalMetadataColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Overridable 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

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

実装

属性

適用対象