다음을 통해 공유


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)

속성 값

시스템에서 사용하는 동작 처리기를 나타내는 문자열입니다.

적용 대상