Freigeben über


IDTSManagedComponentHost100.HostPreExecute-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the host before execution.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub HostPreExecute ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

IDTSManagedComponentHost100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace