UIConnectionInfo.Password Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Property Value

A String value that specifies the login password for the connection.

Remarks

When possible, use Windows Authentication.

Do not use a blank password. Use a strong password.

Applies to