Partager via


ITaskManagementService.ActionHandlers Propriété

Définition

Obtient le dictionnaire de tous les gestionnaires d'actions connus par le système.

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)

Valeur de propriété

Chaîne qui représente les gestionnaires d'actions connus par le système.

S’applique à