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