Compartilhar via


ITaskManagementService.ActionHandlers Propriedade

Definição

Obtém o dicionário de todos os manipuladores de ações conhecidos pelo sistema.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::IActionHandlerInfo ^> ^ ActionHandlers { System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::IActionHandlerInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.IActionHandlerInfo> ActionHandlers { get; }
member this.ActionHandlers : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.IActionHandlerInfo>
Public ReadOnly Property ActionHandlers As IDictionary(Of String, IActionHandlerInfo)

Valor da propriedade

Uma cadeia de caracteres que representa os manipuladores de ações que são conhecidos pelo sistema.

Aplica-se a