Proprietà Job.JobActionName

Gets the action that initiated the job.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property JobActionName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String value that represents the action.

Osservazioni

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

Vedere anche

Riferimento

Job Classe

Spazio dei nomi ReportService2010