Share via


ActionHandlerInfo.ActionHandler Property

Gets the collection of actions of the ActionHandler event.

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

Syntax

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

value = instance.ActionHandler
public IActionHandler ActionHandler { get; }
public:
virtual property IActionHandler^ ActionHandler {
    IActionHandler^ get () sealed;
}
abstract ActionHandler : IActionHandler
override ActionHandler : IActionHandler
final function get ActionHandler () : IActionHandler

Property Value

Type: Microsoft.SqlServer.Management.IActionHandler
The collection of actions.

Implements

IActionHandlerInfo.ActionHandler