adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / VariableUpdateScope Enumeration


In This Topic
    VariableUpdateScope Enumeration
    In This Topic
    Specifies the level at which the Job Variable will be updated
    Syntax
    'Declaration
     
    
    Public Enum VariableUpdateScope 
       Inherits System.Enum
    public enum VariableUpdateScope : System.Enum 
    public enum class VariableUpdateScope : public System.Enum 
    Members
    MemberValueDescription
    InstanceOnly0 The variable is updated only for this instance of the job.
    PermanentForGroup3 The variable is updated permanently at the JobGroup level.
    PermanentForJob1 The variable is updated permanently in the job definition.
    PermanentForServer4 The variable is updated permanently at the Server level.
    PermanentForStep2 The variable is updated permanently in the job step definition.
    TargetObject5 The variable is updated permanently in the specified object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.VariableUpdateScope

    See Also