इसके माध्यम से साझा किया गया


IDTSLogProviderInit100.InitializeLogProvider Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see LogProviderBase.

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
)