IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Método

Definición

Establece las propiedades del tipo de dato 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

El identificador de salida.

lOutputColumnID
Int32

El identificador de columna de salida.

eDataType
DataType

Tipo de datos.

lLength
Int32

Longitud.

lPrecision
Int32

Precisión.

lScale
Int32

Escala.

lCodePage
Int32

La página de códigos.

Se aplica a