System::Data::SqlClient::SqlConnectionStringBuilder::set_DataSource method

SqlConnectionStringBuilder::set_DataSource method

Gets data source (e. g. hostname and port).

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

See Also