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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members