次の方法で共有


SetEventInterfaces メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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
)