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



Teradata.Client.Provider Namespace > TdQueryBand Class : Importance Property
Gets or Sets the value of the Importance.
Syntax
'Declaration
 
Public Property Importance As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Importance = value
 
value = instance.Importance
public string Importance {get; set;}
public:
property String^ Importance {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The importance of the query relates to the amount of priority that should be given to the individual query. 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