SetEventInterfaces Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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
)