Metodo SetEventInterfaces

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

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