Job.JobActionName 属性

定义

获取启动该作业的操作。

public:
 property System::String ^ JobActionName { System::String ^ get(); void set(System::String ^ value); };
public string JobActionName { get; set; }
member this.JobActionName : string with get, set
Public Property JobActionName As String

属性值

一个表示操作的String值。

注解

有关有效作业操作的列表,请使用 ListJobActions 方法。

适用于