DefaultEvents Clase
Defines the default events that are provided by the Integration Services run-time.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Class DefaultEvents _
Implements IDTSEvents
'Uso
Dim instance As DefaultEvents
public class DefaultEvents : IDTSEvents
public ref class DefaultEvents : IDTSEvents
type DefaultEvents =
class
interface IDTSEvents
end
public class DefaultEvents implements IDTSEvents
Notas
Because firing of an event and generating the information sent with an event is potentially expensive, there is a mechanism for suppressing events when a client is not interested in that particular event. Every event firing method has a fireAgain parameter. If the value of this variable is false after the method returns, the caller should not fire this event again for the duration of the current execution.
For more information about the events provided by the Integration Services run-time, see Controladores de eventos de Integration Services.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..DefaultEvents
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.