ManagedWrapper.InitializeLogProvider Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa el proveedor de registro del contenedor.
public:
virtual void InitializeLogProvider(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ events, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ refTracker);
public void InitializeLogProvider (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 events, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 refTracker);
abstract member InitializeLogProvider : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
override this.InitializeLogProvider : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
Public Sub InitializeLogProvider (connections As IDTSConnections100, events As IDTSInfoEvents100, refTracker As IDTSObjectReferenceTracker100)
Parámetros
- connections
- IDTSConnections100
Las conexiones utilizadas.
- events
- IDTSInfoEvents100
Eventos.
- refTracker
- IDTSObjectReferenceTracker100
El rastreador de referencia.