Méthode IDTSLogProviderInit100.InitializeLogProvider
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Called when the log provider is added to a package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub InitializeLogProvider ( _
pConnections As IDTSConnections100, _
pEvents As IDTSInfoEvents100, _
pRefTracker As IDTSObjectReferenceTracker100 _
)
'Utilisation
Dim instance As IDTSLogProviderInit100
Dim pConnections As IDTSConnections100
Dim pEvents As IDTSInfoEvents100
Dim pRefTracker As IDTSObjectReferenceTracker100
instance.InitializeLogProvider(pConnections, _
pEvents, pRefTracker)
void InitializeLogProvider(
IDTSConnections100 pConnections,
IDTSInfoEvents100 pEvents,
IDTSObjectReferenceTracker100 pRefTracker
)
void InitializeLogProvider(
[InAttribute] IDTSConnections100^ pConnections,
[InAttribute] IDTSInfoEvents100^ pEvents,
[InAttribute] IDTSObjectReferenceTracker100^ pRefTracker
)
abstract InitializeLogProvider :
pConnections:IDTSConnections100 *
pEvents:IDTSInfoEvents100 *
pRefTracker:IDTSObjectReferenceTracker100 -> unit
function InitializeLogProvider(
pConnections : IDTSConnections100,
pEvents : IDTSInfoEvents100,
pRefTracker : IDTSObjectReferenceTracker100
)
Paramètres
- pConnections
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The collection of package connections.
- pEvents
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events supplied by the package.
- pRefTracker
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The reference tracker.
Notes
For more information, see LogProviderBase.