Méthode IDTSManagedComponentHost100.HostPreExecute
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 before execution.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub HostPreExecute ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Utilisation
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
instance.HostPreExecute(pWrapper)
void HostPreExecute(
IDTSManagedComponentWrapper100 pWrapper
)
void HostPreExecute(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostPreExecute :
pWrapper:IDTSManagedComponentWrapper100 -> unit
function HostPreExecute(
pWrapper : IDTSManagedComponentWrapper100
)
Paramètres
- pWrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.