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 | |
---|---|---|
EventsObjectWrapper | Infrastruttura. Initializes a new instance of the EventsObjectWrapper class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
FireBreakpointHit | Infrastruttura. Raises an event when a breakpoint target is hit in the package. | |
FireCustomEvent | Infrastruttura. Occurs when tasks raise custom task-defined events. | |
FireError | Infrastruttura. Raises an event when error occurs. | |
FireInformation | Infrastruttura. Raises an event containing information. | |
FireProgress | Infrastruttura. Raises an event when measurable progress is made by the executable. | |
FireQueryCancel | Infrastruttura. Raises an event to determine whether an executable should stop running. | |
FireWarning | Infrastruttura. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.