Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Called when the log provider is added to a package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub InitializeLogProvider ( _
pConnections As IDTSConnections100, _
pEvents As IDTSInfoEvents100, _
pRefTracker As IDTSObjectReferenceTracker100 _
)
'Usage
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
)
Parameters
- 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.
Remarks
For more information, see LogProviderBase.