JAMS Developer Guide
Variable Class
Members 


MVPSI.JAMS Namespace : Variable Class
Object Model
Variable Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class Variable 
   Inherits BasePublicObject
   Implements IACL, IChild 
'Usage
 
Dim instance As Variable
[System.Runtime.Serialization.DataContract()]
public sealed class Variable : BasePublicObject, IACL, IChild  
Remarks
Variables are used to hold single pieces of data which may be used in batch scheduling and/or processing. A variable is a piece of data which can be used: as a default value for a Job's parameter as an undefined parameter in a parsed Job in Job Dependencies in Trigger Events in your application programs and/or batch command procedures
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Variable

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Variable Members
MVPSI.JAMS Namespace