แชร์ผ่าน


IDTSLogProviderInit100.InitializeLogProvider Method

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

Remarks

For more information, see LogProviderBase.

See Also

Reference

IDTSLogProviderInit100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace