IActionHandler Interface

 

Defines a method that handles the action of the class.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class IActionHandler : IComponent, IDisposable

NameDescription
System_CAPS_pubpropertySite

(Inherited from IComponent.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodPerformAction(String^, IContext^)

Instantiates and activates the requested action.

NameDescription
System_CAPS_pubeventActionCompleted

Occurs when the execution of an action is completed.

System_CAPS_pubeventDisposed

(Inherited from IComponent.)

Return to top
Show: