set_Password()

SqlConnectionStringBuilder::set_Password(const String&) method

Sets password to be used to connect to database.

void System::Data::SqlClient::SqlConnectionStringBuilder::set_Password(const String &value)

Arguments

ParameterTypeDescription
valueconst String&Password string.

See Also