Send feedback on this topic.
Teradata.Client.Provider
Source Property (TdQueryBand)



Teradata.Client.Provider Namespace > TdQueryBand Class : Source Property
Gets or Sets the value of the Source.
Syntax
'Declaration
 
Public Property Source As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Source = value
 
value = instance.Source
public string Source {get; set;}
public:
property String^ Source {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The User screen that generated this query. Debugging, Logging
Requirements

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

See Also

Reference

TdQueryBand Class
TdQueryBand Members