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



Teradata.Client.Provider Namespace > TdQueryBand Class : Destination Property
Gets or Sets the value of the Destination.
Syntax
'Declaration
 
Public Property Destination As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Destination = value
 
value = instance.Destination
public string Destination {get; set;}
public:
property String^ Destination {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The location within a given Teradata System to which a query is directed. Workload Management and Auditing
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members