EventsObjectWrapper Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an events object wrapper.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

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

public ref class EventsObjectWrapper 

NameDescription
System_CAPS_pubmethodEventsObjectWrapper(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.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFireBreakpointHit(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.

System_CAPS_pubmethodFireCustomEvent(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.

System_CAPS_pubmethodFireError(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.

System_CAPS_pubmethodFireInformation(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.

System_CAPS_pubmethodFireProgress(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.

System_CAPS_pubmethodFireQueryCancel()

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.

System_CAPS_pubmethodFireWarning(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.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: