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

外部元数据列与之关联的 IDTSInput100IDTSOutput100 的 ID。

lExternalMetadataColumnID
Int32

外部元数据列的 ID。

eDataType
DataType

包含新的外部元数据列的数据类型的 DataType

lLength
Int32

新的外部元数据列的长度。

lPrecision
Int32

新的外部元数据列的数值精度。

lScale
Int32

新的外部元数据列的小数位数。

lCodePage
Int32

新的外部元数据列的代码页。

属性

适用于