IDTSBufferManagerInitialize100.SetEventInterfaces Método

Definição

Essa API dá suporte à infraestrutura do produto e não se destina a ser usada diretamente do seu código. Define as interfaces de evento para o IDTSBufferManagerInitialize100.

public:
 void SetEventInterfaces(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogging100 ^ pLogging);
public void SetEventInterfaces (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 pLogging);
Public Sub SetEventInterfaces (pEvents As IDTSInfoEvents100, pLogging As IDTSLogging100)

Parâmetros

pEvents
IDTSInfoEvents100

Os eventos.

pLogging
IDTSLogging100

O método de log.

Aplica-se a