ActionHandlerInfo.ActionHandler Property

Definition

Gets the collection of actions of the ActionHandler event.

public:
 property Microsoft::SqlServer::Management::IActionHandler ^ ActionHandler { Microsoft::SqlServer::Management::IActionHandler ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.SqlServer.Management.IActionHandler ActionHandler { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.ActionHandler : Microsoft.SqlServer.Management.IActionHandler
Public ReadOnly Property ActionHandler As IActionHandler

Property Value

The collection of actions.

Implements

Attributes

Applies to