다음을 통해 공유


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 네임스페이스