Partager via


IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Méthode

Définition

Définit les propriétés de type de données de la colonne de sortie.

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)

Paramètres

lOutputID
Int32

Identificateur de sortie.

lOutputColumnID
Int32

Identificateur de la colonne de sortie.

eDataType
DataType

Type de données.

lLength
Int32

Longueur.

lPrecision
Int32

Précision.

lScale
Int32

Échelle.

lCodePage
Int32

Page de codes.

S’applique à