Méthode ManagedComponentHost.HostSetUsageType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the usage type of the host.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Function HostSetUsageType ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
virtualInput As IDTSVirtualInput100, _
lineageID As Integer, _
usageType As DTSUsageType _
) As IDTSInputColumn100
'Utilisation
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim virtualInput As IDTSVirtualInput100
Dim lineageID As Integer
Dim usageType As DTSUsageType
Dim returnValue As IDTSInputColumn100
returnValue = instance.HostSetUsageType(wrapper, _
inputID, virtualInput, lineageID, _
usageType)
public IDTSInputColumn100 HostSetUsageType(
IDTSManagedComponentWrapper100 wrapper,
int inputID,
IDTSVirtualInput100 virtualInput,
int lineageID,
DTSUsageType usageType
)
public:
virtual IDTSInputColumn100^ HostSetUsageType(
IDTSManagedComponentWrapper100^ wrapper,
int inputID,
IDTSVirtualInput100^ virtualInput,
int lineageID,
DTSUsageType usageType
) sealed
abstract HostSetUsageType :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
virtualInput:IDTSVirtualInput100 *
lineageID:int *
usageType:DTSUsageType -> IDTSInputColumn100
override HostSetUsageType :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
virtualInput:IDTSVirtualInput100 *
lineageID:int *
usageType:DTSUsageType -> IDTSInputColumn100
public final function HostSetUsageType(
wrapper : IDTSManagedComponentWrapper100,
inputID : int,
virtualInput : IDTSVirtualInput100,
lineageID : int,
usageType : DTSUsageType
) : IDTSInputColumn100
Paramètres
- wrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Type : System.Int32
The input identifier.
- virtualInput
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100
The virtual input.
- lineageID
Type : System.Int32
The lineage identifier.
- usageType
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
The usage type.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The usage type of the host.