Compartir a través de


IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Método

Definición

Establece las propiedades de tipo de datos de la columna de salida.

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

Identificador de salida.

lOutputColumnID
Int32

El identificador de columna de salida.

eDataType
DataType

Tipo de datos.

lLength
Int32

La longitud.

lPrecision
Int32

La precisión.

lScale
Int32

Escala.

lCodePage
Int32

La página de códigos.

Se aplica a