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

外部IDTSOutput100元数据列与之关联的 IDIDTSInput100

lExternalMetadataColumnID
Int32

外部元数据列的 ID。

eDataType
DataType

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

lLength
Int32

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

lPrecision
Int32

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

lScale
Int32

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

lCodePage
Int32

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

实现

属性

适用于