Compartir a través de


IDTSPipeline100.Events Propiedad

Sets the events interface that the data flow and its components use to raise events during execution.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
WriteOnly Property Events As IDTSComponentEvents100 
    Set
'Uso
Dim instance As IDTSPipeline100 
Dim value As IDTSComponentEvents100

instance.Events = value
IDTSComponentEvents100 Events { set; }
property IDTSComponentEvents100^ Events {
    void set (IDTSComponentEvents100^ value);
}
abstract Events : IDTSComponentEvents100 with get, set
function set Events (value : IDTSComponentEvents100)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The IDTSComponentEvents100 interface.

Comentarios

To receive events during execution from the data flow task and the components it contains, create a class that implements the IDTSComponentEvents100 interface, and then assign the class to this property before execution.

Vea también

Referencia

IDTSPipeline100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper