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



Teradata.Client.Provider Namespace > TdQueryBand Class : JobLen Property
Gets or Sets the value of the JobLen.
Syntax
'Declaration
 
Public Property JobLen As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.JobLen = value
 
value = instance.JobLen
public string JobLen {get; set;}
public:
property String^ JobLen {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
Number of pieces of work in a 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