IDTSBufferManagerInitialize100.SetEventInterfaces Method

Definition

Sets the event interfaces for the IDTSBufferManagerInitialize100.

public:
 void SetEventInterfaces(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLogging);
public void SetEventInterfaces (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLogging);
abstract member SetEventInterfaces : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> unit
Public Sub SetEventInterfaces (pEvents As IDTSInfoEvents100, pLogging As IDTSLogging100)

Parameters

pEvents
IDTSInfoEvents100

The events.

pLogging
IDTSLogging100

The logging method.

Applies to