Send feedback on this topic.
Teradata.Client.Provider
QueryBand Property (TdConnectionStringBuilder)



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : QueryBand Property
Gets or Sets the Query Bands that are to be defined at the Connection Level.
Syntax
'Declaration
 
Public Property QueryBand As TdQueryBand
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As TdQueryBand
 
instance.QueryBand = value
 
value = instance.QueryBand
public TdQueryBand QueryBand {get; set;}
public:
property TdQueryBand^ QueryBand {
   TdQueryBand^ get();
   void set (    TdQueryBand^ value);
}

Property Value

The current Query Band settings.
Remarks

This property is used to define Query Bands at the Connection level. Refer to TdQueryBand for more information.

The Query Banding feature is available when connected to the Advanced SQL Engine 12.0 or higher.

Default Value: empty TdQueryBand instance

Requirements

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

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members