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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdQueryBand Class
TdQueryBand Members