Compartir a través de


IDTSLogProviderInit100.InitializeLogProvider Método

Definición

Se utiliza cuando el proveedor de registro se agrega a un paquete.

public:
 void InitializeLogProvider(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ pRefTracker);
public void InitializeLogProvider (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 pRefTracker);
abstract member InitializeLogProvider : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
Public Sub InitializeLogProvider (pConnections As IDTSConnections100, pEvents As IDTSInfoEvents100, pRefTracker As IDTSObjectReferenceTracker100)

Parámetros

pConnections
IDTSConnections100

Colección de conexiones del paquete.

pEvents
IDTSInfoEvents100

Eventos proporcionados por el paquete.

pRefTracker
IDTSObjectReferenceTracker100

El rastreador de referencia.

Comentarios

Para obtener más información, vea LogProviderBase.

Se aplica a