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



Teradata.Client.Provider Namespace > TdQueryBand Class : MaxQueryTime Property
Gets or Sets the value of the MaxQueryTime.
Syntax
'Declaration
 
Public Property MaxQueryTime As Integer
'Usage
 
Dim instance As TdQueryBand
Dim value As Integer
 
instance.MaxQueryTime = value
 
value = instance.MaxQueryTime
public int MaxQueryTime {get; set;}
public:
property int MaxQueryTime {
   int get();
   void set (    int value);
}
Remarks
Description Usage
Maximum amount of time a query should take to execute. Workload Management
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