ITaskManagementService.Actions Свойство

Определение

Возвращает словарь действий, известных службе.

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

Значение свойства

Строка, представляющая действия, известные службе.

Применяется к