Aracılığıyla paylaş


IDTSBufferManagerInitialize100.SetEventInterfaces Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub SetEventInterfaces ( _
    pEvents As IDTSInfoEvents100, _
    pLogging As IDTSLogging100 _
)
'Kullanım
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
)