Méthode IDTSManagedComponentHost100.HostOnInputPathAttached
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an event when host attaches the input path.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub HostOnInputPathAttached ( _
pWrapper As IDTSManagedComponentWrapper100, _
lInputID As Integer _
)
'Utilisation
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.HostOnInputPathAttached(pWrapper, _
lInputID)
void HostOnInputPathAttached(
IDTSManagedComponentWrapper100 pWrapper,
int lInputID
)
void HostOnInputPathAttached(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lInputID
)
abstract HostOnInputPathAttached :
pWrapper:IDTSManagedComponentWrapper100 *
lInputID:int -> unit
function HostOnInputPathAttached(
pWrapper : IDTSManagedComponentWrapper100,
lInputID : int
)
Paramètres
- pWrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lInputID
Type : System.Int32
The input identifier.