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



Teradata.Client.Provider Namespace > TdQueryBand Class : ClientUser Property
Gets or Sets the value of the ClientUser.
Syntax
'Declaration
 
Public Property ClientUser As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.ClientUser = value
 
value = instance.ClientUser
public string ClientUser {get; set;}
public:
property String^ ClientUser {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
This is the unique ID of the original user. Individual resource usage accounting/logging/Workload Management, Query Status notification (Email to ClientUser@company.com), Query Support (identify owners of failed/failing queries).
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