Share via


ManagedComponentHost.HostSetOutputColumnDataTypeProperties 方法

定义

设置宿主的输出列数据类型属性。

public:
 virtual void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iOutputID, int iOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iOutputID, int iOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (wrapper As IDTSManagedComponentWrapper100, iOutputID As Integer, iOutputColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

iOutputID
Int32

输出标识符。

iOutputColumnID
Int32

输出列标识符。

eDataType
DataType

数据类型。

iLength
Int32

长度。

iPrecision
Int32

精度。

iScale
Int32

比例。

iCodePage
Int32

代码页。

实现

适用于