共用方式為


Job.Type 屬性

A JobTypeEnum value that describes the type of the job.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Property Type As JobTypeEnum 
    Get 
    Set
'用途
Dim instance As Job 
Dim value As JobTypeEnum 

value = instance.Type

instance.Type = value
public JobTypeEnum Type { get; set; }
public:
property JobTypeEnum Type {
    JobTypeEnum get ();
    void set (JobTypeEnum value);
}
member Type : JobTypeEnum with get, set
function get Type () : JobTypeEnum 
function set Type (value : JobTypeEnum)

屬性值

型別:ReportService2005.JobTypeEnum
A read-only JobTypeEnum value.

備註

The possible values are User and System.

請參閱

參考

Job 類別

ReportService2005 命名空間