IDTSBufferManagerInitialize100.SetEventInterfaces メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
IDTSBufferManagerInitialize100 のイベント インターフェイスを設定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub SetEventInterfaces ( _
pEvents As IDTSInfoEvents100, _
pLogging As IDTSLogging100 _
)
'使用
Dim instance As IDTSBufferManagerInitialize100
Dim pEvents As IDTSInfoEvents100
Dim pLogging As IDTSLogging100
instance.SetEventInterfaces(pEvents, _
pLogging)
void SetEventInterfaces(
IDTSInfoEvents100 pEvents,
IDTSLogging100 pLogging
)
void SetEventInterfaces(
IDTSInfoEvents100^ pEvents,
IDTSLogging100^ pLogging
)
abstract SetEventInterfaces :
pEvents:IDTSInfoEvents100 *
pLogging:IDTSLogging100 -> unit
function SetEventInterfaces(
pEvents : IDTSInfoEvents100,
pLogging : IDTSLogging100
)
パラメーター
- pEvents
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
イベントです。
- pLogging
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
ログ記録のメソッドです。