다음을 통해 공유


Action 속성

A JobActionEnum value that describes the action that initiated the job.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
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)

속성 값

형식: ReportService2005. . :: . .JobActionEnum
A read-only JobActionEnum value.