Classe EventsObjectWrapper

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an events object wrapper.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.ScriptTask.EventsObjectWrapper

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Sintassi

'Dichiarazione
Public Class EventsObjectWrapper
'Utilizzo
Dim instance As EventsObjectWrapper
public class EventsObjectWrapper
public ref class EventsObjectWrapper
type EventsObjectWrapper =  class end
public class EventsObjectWrapper

Nel tipo EventsObjectWrapper sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EventsObjectWrapper Infrastruttura. Initializes a new instance of the EventsObjectWrapper class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico FireBreakpointHit Infrastruttura. Raises an event when a breakpoint target is hit in the package.
Metodo pubblico FireCustomEvent Infrastruttura. Occurs when tasks raise custom task-defined events.
Metodo pubblico FireError Infrastruttura. Raises an event when error occurs.
Metodo pubblico FireInformation Infrastruttura. Raises an event containing information.
Metodo pubblico FireProgress Infrastruttura. Raises an event when measurable progress is made by the executable.
Metodo pubblico FireQueryCancel Infrastruttura. Raises an event to determine whether an executable should stop running.
Metodo pubblico FireWarning Infrastruttura. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask