Método IDTSBufferManagerInitialize100.SetEventInterfaces
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the event interfaces for the IDTSBufferManagerInitialize100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub SetEventInterfaces ( _
pEvents As IDTSInfoEvents100, _
pLogging As IDTSLogging100 _
)
'Uso
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
)
Parâmetros
- pEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events.
- pLogging
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
The logging method.