共用方式為


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.