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

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

実装

属性

適用対象