共用方式為


Job.Type 屬性

Gets a JobTypeEnum value that describes the type of the job.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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)

屬性值

型別:ReportService2006.JobTypeEnum
One of the JobTypeEnum values.

請參閱

參考

Job 類別

ReportService2006 命名空間