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



Teradata.Client.Provider Namespace > TdConnection Class : QueryBand Property
Gets the TdQueryBand object that contains the Query Bands defined at Connection Level.
Syntax
'Declaration
 
Public ReadOnly Property QueryBand As TdQueryBand
'Usage
 
Dim instance As TdConnection
Dim value As TdQueryBand
 
value = instance.QueryBand
public TdQueryBand QueryBand {get;}
public:
property TdQueryBand^ QueryBand {
   TdQueryBand^ get();
}
Remarks

Query Bands are only supported when connecting to a Teradata Database 12.00 or later releases.

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

TdConnection Class
TdConnection Members