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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members