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



Teradata.Client.Provider Namespace > TdQueryBand Class : JobId Property
Gets or Sets the value of the JobId.
Syntax
'Declaration
 
Public Property JobId As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.JobId = value
 
value = instance.JobId
public string JobId {get; set;}
public:
property String^ JobId {
   String^ get();
   void set (    String^ value);
}
Remarks
The Job ID value allows a series of queries to be issued against a single workload or account for logging and auditing purposesWorkload Management and Auditing
Description Usage
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