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

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