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.