IDTSBufferManagerInitialize100.SetEventInterfaces Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Sets the event interfaces for the IDTSBufferManagerInitialize100.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
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.