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

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