IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Methode

Definition

Legt die Datentypeigenschaften der Ausgabespalte fest.

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)

Parameter

lOutputID
Int32

Die Ausgabe-ID.

lOutputColumnID
Int32

Der Bezeichner der Ausgabespalte.

eDataType
DataType

Der Datentyp.

lLength
Int32

Die Länge.

lPrecision
Int32

Die Genauigkeit.

lScale
Int32

Die Skalierung.

lCodePage
Int32

Die Codepage.

Gilt für: