Send feedback on this topic.
Teradata.Client.Provider
JobSeq Property



Teradata.Client.Provider Namespace > TdQueryBand Class : JobSeq Property
Gets or Sets the value of the JobSeq.
Syntax
'Declaration
 
Public Property JobSeq As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.JobSeq = value
 
value = instance.JobSeq
public string JobSeq {get; set;}
public:
property String^ JobSeq {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
Sequence number of the current piece of work in the Job. Workload Management and Auditing
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdQueryBand Class
TdQueryBand Members