Partager via


IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties Méthode

Définition

Définit les propriétés de type de données de la colonne de sortie de l'hôte.

public:
 void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

Paramètres

pWrapper
IDTSManagedComponentWrapper100

Wrapper utilisé.

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 à