IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定外部元数据列的数据类型属性。
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
外部元数据列与之关联的 IDTSInput100 或 IDTSOutput100 的 ID。
- lExternalMetadataColumnID
- Int32
外部元数据列的 ID。
- lLength
- Int32
新的外部元数据列的长度。
- lPrecision
- Int32
新的外部元数据列的数值精度。
- lScale
- Int32
新的外部元数据列的小数位数。
- lCodePage
- Int32
新的外部元数据列的代码页。
- 属性