Share via


IActionHandlerInfo.ActionHandler Property

Gets the reference of the actual action handler Singleton.

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

Syntax

'Declaration
ReadOnly Property ActionHandler As IActionHandler
    Get
'Usage
Dim instance As IActionHandlerInfo
Dim value As IActionHandler

value = instance.ActionHandler
IActionHandler ActionHandler { get; }
property IActionHandler^ ActionHandler {
    IActionHandler^ get ();
}
abstract ActionHandler : IActionHandler
function get ActionHandler () : IActionHandler

Property Value

Type: Microsoft.SqlServer.Management.IActionHandler
The reference of the actual action handler singleton.