共用方式為


Job.Action 屬性

Gets a JobActionEnum value that describes the action that initiated the job.

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

語法

'宣告
Public Property Action As JobActionEnum 
    Get 
    Set
'用途
Dim instance As Job 
Dim value As JobActionEnum 

value = instance.Action

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

屬性值

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

請參閱

參考

Job 類別

ReportService2006 命名空間