Поделиться через


Свойство Job.JobActionName

Gets the action that initiated the job.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property JobActionName As String 
    Get 
    Set
'Применение
Dim instance As Job 
Dim value As String 

value = instance.JobActionName

instance.JobActionName = value
public string JobActionName { get; set; }
public:
property String^ JobActionName {
    String^ get ();
    void set (String^ value);
}
member JobActionName : string with get, set
function get JobActionName () : String 
function set JobActionName (value : String)

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

Тип: System.String
A String value that represents the action.

Замечания

For a list of valid job actions, use the ListJobActions method.

См. также

Справочник

Job Класс

Пространство имен ReportService2010