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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : UserId Property
The Teradata user id.
Syntax
'Declaration
 
Public Property UserId As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.UserId = value
 
value = instance.UserId
public string UserId {get; set;}
public:
property String^ UserId {
   String^ get();
   void set (    String^ value);
}
Remarks

If IntegratedSecurity is true, any value in this field is ignored.

For some OpenID Connect (OIDC) authentication mechanisms, the UserId is used as the OIDC login hint. If TdConnectionStringBuilder.ConnectionPooling is enabled and the UserId is not an empty string, then the UserId must match the claim value returned for the claim type specified by TdConnectionStringBuilder.OidcClaim.

Default Value: empty string

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

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members