IDTSManagedComponentWrapper100.WrapperSetUsageType Méthode

Définition

Définit le type d'utilisation pour le wrapper.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ WrapperSetUsageType(int lInputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSVirtualInput100 ^ pIDTSVirtualInputObject, int lLineageID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType eUsageType);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 WrapperSetUsageType (int lInputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 pIDTSVirtualInputObject, int lLineageID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType eUsageType);
abstract member WrapperSetUsageType : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function WrapperSetUsageType (lInputID As Integer, pIDTSVirtualInputObject As IDTSVirtualInput100, lLineageID As Integer, eUsageType As DTSUsageType) As IDTSInputColumn100

Paramètres

lInputID
Int32

Identificateur d'entrée.

pIDTSVirtualInputObject
IDTSVirtualInput100

Objet d'entrée virtuel.

lLineageID
Int32

Identificateur de lignage.

eUsageType
DTSUsageType

Type d'utilisation.

Retours

Type d'utilisation pour le wrapper.

S’applique à