System::Data::SqlClient::SqlConnectionStringBuilder::set_Password method

SqlConnectionStringBuilder::set_Password method

Sets password to be used to connect to database.

void System::Data::SqlClient::SqlConnectionStringBuilder::set_Password(const String &value)
ParameterTypeDescription
valueconst String&Password string.

See Also