Compartilhar via


IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Método

Definição

Define as propriedades de tipo de dados de coluna de saída.

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

Parâmetros

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