Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the status of a job.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property JobStatusName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that represents the status of a job.
Remarks
For a list of valid job statuses, use the ListJobStates method.