Méthode ManagedComponentHost.HostOnDeletingInputColumn
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies the host on deleting the input column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub HostOnDeletingInputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
inputColumnID As Integer _
)
'Utilisation
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim inputColumnID As Integer
instance.HostOnDeletingInputColumn(wrapper, _
inputID, inputColumnID)
public void HostOnDeletingInputColumn(
IDTSManagedComponentWrapper100 wrapper,
int inputID,
int inputColumnID
)
public:
virtual void HostOnDeletingInputColumn(
IDTSManagedComponentWrapper100^ wrapper,
int inputID,
int inputColumnID
) sealed
abstract HostOnDeletingInputColumn :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
inputColumnID:int -> unit
override HostOnDeletingInputColumn :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
inputColumnID:int -> unit
public final function HostOnDeletingInputColumn(
wrapper : IDTSManagedComponentWrapper100,
inputID : int,
inputColumnID : int
)
Paramètres
- wrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Type : System.Int32
The input identifier.
- inputColumnID
Type : System.Int32
The input column identifier.
Implémente
IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)