PipelineComponent.SetExternalMetadataColumnDataTypeProperties 方法

定义

重要

此 API 不符合 CLS。

设置指定外部元数据列的数据类型属性。

public:
 virtual void SetExternalMetadataColumnDataTypeProperties(int iID, int iExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[System.CLSCompliant(false)]
public virtual void SetExternalMetadataColumnDataTypeProperties (int iID, int iExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[<System.CLSCompliant(false)>]
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 (iID As Integer, iExternalMetadataColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)

参数

iID
Int32

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

iExternalMetadataColumnID
Int32

外部元数据列的 ID。

eDataType
DataType

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

iLength
Int32

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

iPrecision
Int32

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

iScale
Int32

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

iCodePage
Int32

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

属性

注解

有关使用外部元数据列的详细信息,请参阅 实现外部元数据

适用于