adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / TargetVariable Property

In This Topic
    TargetVariable Property (DatabaseOperationTask)
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property TargetVariable As String
    [CanBeNull()]
    public string TargetVariable {get; set;}
    Remarks
    The variable value is set only for the executing instance of the job. The variable does not need to be defined before job execution; it is created if necessary.
    See Also