Classe EventsObjectWrapper
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an events object wrapper.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.EventsObjectWrapper
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Public Class EventsObjectWrapper
'Uso
Dim instance As EventsObjectWrapper
public class EventsObjectWrapper
public ref class EventsObjectWrapper
type EventsObjectWrapper = class end
public class EventsObjectWrapper
O tipo EventsObjectWrapper expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EventsObjectWrapper | Infraestrutura. Initializes a new instance of the EventsObjectWrapper class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
FireBreakpointHit | Infraestrutura. Raises an event when a breakpoint target is hit in the package. | |
FireCustomEvent | Infraestrutura. Occurs when tasks raise custom task-defined events. | |
FireError | Infraestrutura. Raises an event when error occurs. | |
FireInformation | Infraestrutura. Raises an event containing information. | |
FireProgress | Infraestrutura. Raises an event when measurable progress is made by the executable. | |
FireQueryCancel | Infraestrutura. Raises an event to determine whether an executable should stop running. | |
FireWarning | Infraestrutura. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.