EventsObjectWrapper Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an events object wrapper.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
| Name | Description | |
|---|---|---|
![]() | EventsObjectWrapper(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EventsObjectWrapper class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FireBreakpointHit(BreakpointTarget^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when a breakpoint target is hit in the package. |
![]() | FireCustomEvent(String^, String^, array<Object^>^%, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when tasks raise custom task-defined events. |
![]() | FireError(Int32, String^, String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when error occurs. |
![]() | FireInformation(Int32, String^, String^, String^, Int32, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event containing information. |
![]() | FireProgress(String^, Int32, Int32, Int32, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when measurable progress is made by the executable. |
![]() | FireQueryCancel() | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event to determine whether an executable should stop running. |
![]() | FireWarning(Int32, String^, String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

