Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the action that initiated the job.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property JobActionName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value that represents the action.
Hinweise
For a list of valid job actions, use the ListJobActions method.