다음을 통해 공유


Job.JobStatusName 속성

Gets the status of a job.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property JobStatusName As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
A String value that represents the status of a job.

주의

For a list of valid job statuses, use the ListJobStates method.

참고 항목

참조

Job 클래스

ReportService2010 네임스페이스