ManagedWrapper.InitializeLogProvider Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa o provedor de log do wrapper.
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
As conexões usadas.
- events
- IDTSInfoEvents100
Os eventos.
- refTracker
- IDTSObjectReferenceTracker100
O controlador de referência.