Compartilhar via


IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties Método

Definição

Define as propriedades de tipos de dados da coluna de saída do host.

public:
 void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

Parâmetros

pWrapper
IDTSManagedComponentWrapper100

O wrapper usado.

lOutputID
Int32

O identificador da saída.

lOutputColumnID
Int32

O identificador da coluna de saída.

eDataType
DataType

O tipo de dados.

lLength
Int32

O comprimento.

lPrecision
Int32

A precisão.

lScale
Int32

A escala.

lCodePage
Int32

A página de código.

Aplica-se a