SqlConnectionStringBuilder::Password Property
.NET Framework (current version)
Gets or sets the password for the SQL Server account.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::String^The value of the Password property, or String.Empty if none has been supplied.
| Exception | Condition |
|---|---|
| ArgumentNullException | The password was incorrectly set to null. See code sample below. |
This property corresponds to the "Password" and "pwd" keys within the connection string.
If Password has not been set and you retrieve the value, the return value is Empty. To reset the password for the connection string, pass null to the Item property.
.NET Framework
Available since 2.0
Available since 2.0
Show: