ITaskManagementService.ActionHandlers プロパティ

定義

システムによって把握されているすべてのアクション ハンドラーのディクショナリを取得します。

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)

プロパティ値

システムによって把握されているアクション ハンドラーを表す文字列。

適用対象