Compartir a través de


LogProviderBase.InitializeLogProvider Método

Called when the log provider is added to a package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Overridable Sub InitializeLogProvider ( _
    connections As Connections, _
    events As IDTSInfoEvents, _
    refTracker As ObjectReferenceTracker _
)
'Uso
Dim instance As LogProviderBase 
Dim connections As Connections 
Dim events As IDTSInfoEvents 
Dim refTracker As ObjectReferenceTracker

instance.InitializeLogProvider(connections, _
    events, refTracker)
public virtual void InitializeLogProvider(
    Connections connections,
    IDTSInfoEvents events,
    ObjectReferenceTracker refTracker
)
public:
virtual void InitializeLogProvider(
    Connections^ connections, 
    IDTSInfoEvents^ events, 
    ObjectReferenceTracker^ refTracker
)
abstract InitializeLogProvider : 
        connections:Connections * 
        events:IDTSInfoEvents * 
        refTracker:ObjectReferenceTracker -> unit  
override InitializeLogProvider : 
        connections:Connections * 
        events:IDTSInfoEvents * 
        refTracker:ObjectReferenceTracker -> unit
public function InitializeLogProvider(
    connections : Connections, 
    events : IDTSInfoEvents, 
    refTracker : ObjectReferenceTracker
)

Parámetros

Comentarios

The InitializeLogProvider method is called when a log provider is added to a package, or when a package is loaded that contains the log provider.

You use this method to store the Connections and DesignEvents properties of the package in member variables so they can be used later.

Vea también

Referencia

LogProviderBase Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime