Compartir a través de


Job.JobActionName Propiedad

Gets the action that initiated the job.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property JobActionName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

Job Clase

Espacio de nombres ReportService2010