Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the status of a job.
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
Public Property JobStatusName As String
Get
Set
'Uso
Dim instance As Job
Dim value As String
value = instance.JobStatusName
instance.JobStatusName = value
public string JobStatusName { get; set; }
public:
property String^ JobStatusName {
String^ get ();
void set (String^ value);
}
member JobStatusName : string with get, set
function get JobStatusName () : String
function set JobStatusName (value : String)
Valor de la propiedad
Tipo: System.String
A String value that represents the status of a job.
Comentarios
For a list of valid job statuses, use the ListJobStates method.