Condividi tramite


IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Metodo

Definizione

Imposta le proprietà del tipo di dati della colonna di output.

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)

Parametri

lOutputID
Int32

Identificatore di output.

lOutputColumnID
Int32

Identificatore della colonna di output.

eDataType
DataType

Tipo di dati.

lLength
Int32

Lunghezza.

lPrecision
Int32

Precisione.

lScale
Int32

Scala.

lCodePage
Int32

Tabella codici.

Si applica a