Freigeben über


IDTSBufferManagerInitialize100.SetEventInterfaces-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the event interfaces for the IDTSBufferManagerInitialize100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub SetEventInterfaces ( _
    pEvents As IDTSInfoEvents100, _
    pLogging As IDTSLogging100 _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

IDTSBufferManagerInitialize100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace