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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : Password Property
The Advanced SQL Engine password.
Syntax
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public:
property String^ Password {
   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