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



Teradata.Client.Provider Namespace > TdQueryBand Class : Version Property
Gets or Sets the value of the Version.
Syntax
'Declaration
 
Public Property Version As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Version = value
 
value = instance.Version
public string Version {get; set;}
public:
property String^ Version {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The version number of the application making the query. Logging / Auditing / Problem Resolution
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