IActionHandlerInfo.ActionHandler Propiedad

Definición

Obtiene la referencia del singleton de controlador de acción real.

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

Valor de propiedad

Referencia del singleton de controlador de acción real.

Se aplica a