IDTSBufferManagerInitialize100.SetEventInterfaces Methode

Definition

Legt die Ereignisschnittstellen für IDTSBufferManagerInitialize100 fest.

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)

Parameter

pEvents
IDTSInfoEvents100

Die Ereignisse.

pLogging
IDTSLogging100

Die Protokollierungsmethode.

Gilt für: