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)

屬性值

IDictionary<String,IActionHandlerInfo>

表示系統已知之動作處理常式的字串。

適用於