'Declaration
Public Enum VariableUpdateScope Inherits System.Enum
public enum VariableUpdateScope : System.Enum
public enum class VariableUpdateScope : public System.Enum
'Declaration
Public Enum VariableUpdateScope Inherits System.Enum
public enum VariableUpdateScope : System.Enum
public enum class VariableUpdateScope : public System.Enum
Member | Value | Description |
---|---|---|
InstanceOnly | 0 | The variable is updated only for this instance of the job. |
PermanentForGroup | 3 | The variable is updated permanently at the JobGroup level. |
PermanentForJob | 1 | The variable is updated permanently in the job definition. |
PermanentForServer | 4 | The variable is updated permanently at the Server level. |
PermanentForStep | 2 | The variable is updated permanently in the job step definition. |
TargetObject | 5 | The variable is updated permanently in the specified object. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.VariableUpdateScope