Share via


IDTSBufferManagerInitialize100.SetEventInterfaces メソッド

定義

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)

パラメーター

pEvents
IDTSInfoEvents100

イベントです。

pLogging
IDTSLogging100

ログの記録方法。

適用対象