Właściwość Job.JobStatusName
Pobiera stan zadanie.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property JobStatusName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości reprezentującej stanu zadanie.