Partager via


Méthode IDTSBufferManagerInitialize100.SetEventInterfaces

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the event interfaces for the IDTSBufferManagerInitialize100.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub SetEventInterfaces ( _
    pEvents As IDTSInfoEvents100, _
    pLogging As IDTSLogging100 _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSBufferManagerInitialize100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper