ManagedComponentHost.HostSetUsageType Methode

Definition

Legt den Verwendungstyp des Hosts fest.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ HostSetUsageType(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSVirtualInput100 ^ virtualInput, int lineageID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType usageType);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 HostSetUsageType (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 virtualInput, int lineageID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType usageType);
abstract member HostSetUsageType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
override this.HostSetUsageType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function HostSetUsageType (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, virtualInput As IDTSVirtualInput100, lineageID As Integer, usageType As DTSUsageType) As IDTSInputColumn100

Parameter

wrapper
IDTSManagedComponentWrapper100

Der Komponentenwrapper.

inputID
Int32

Die Eingabe-ID.

virtualInput
IDTSVirtualInput100

Die virtuelle Eingabe.

lineageID
Int32

Der Herkunftsbezeichner.

usageType
DTSUsageType

Der Verwendungstyp.

Gibt zurück

Der Verwendungstyp des Hosts.

Implementiert

Gilt für: