IActionHandlerInfo.ActionHandler Property

Definition

Gets the reference of the actual action handler Singleton.

public:
 property Microsoft::SqlServer::Management::IActionHandler ^ ActionHandler { Microsoft::SqlServer::Management::IActionHandler ^ get(); };
public Microsoft.SqlServer.Management.IActionHandler ActionHandler { get; }
member this.ActionHandler : Microsoft.SqlServer.Management.IActionHandler
Public ReadOnly Property ActionHandler As IActionHandler

Property Value

The reference of the actual action handler singleton.

Applies to