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

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