共用方式為


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 命名空間