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.

Default Value: empty string

Requirements

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

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members