Compartir a través de


Job.Action Propiedad

Gets a JobActionEnum value that describes the action that initiated the job.

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

Sintaxis

'Declaración
Public Property Action As JobActionEnum 
    Get 
    Set
'Uso
Dim instance As Job 
Dim value As JobActionEnum 

value = instance.Action

instance.Action = value
public JobActionEnum Action { get; set; }
public:
property JobActionEnum Action {
    JobActionEnum get ();
    void set (JobActionEnum value);
}
member Action : JobActionEnum with get, set
function get Action () : JobActionEnum 
function set Action (value : JobActionEnum)

Valor de la propiedad

Tipo: ReportService2006.JobActionEnum
One of the JobActionEnum values.

Vea también

Referencia

Job Clase

Espacio de nombres ReportService2006