다음을 통해 공유


Job.JobActionName 속성

Gets the action that initiated the job.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property JobActionName As String 
    Get 
    Set
‘사용 방법
Dim instance As Job 
Dim value As String 

value = instance.JobActionName

instance.JobActionName = value
public string JobActionName { get; set; }
public:
property String^ JobActionName {
    String^ get ();
    void set (String^ value);
}
member JobActionName : string with get, set
function get JobActionName () : String 
function set JobActionName (value : String)

속성 값

유형: System.String
A String value that represents the action.

주의

For a list of valid job actions, use the ListJobActions method.

참고 항목

참조

Job 클래스

ReportService2010 네임스페이스