SqlServerConnectionParametersBase Properties
Serves as the base for classes that contain parameters used to connect to SQL servers.Name | Description |
---|---|
DatabaseName | Gets or sets the name of the database that contains the required data. |
Password | Gets or sets the password used to authenticate to a SQL server. |
ServerName | Gets or sets the name of the SQL server to which the connection should be established. |
UserName | Gets or sets the user name used to authenticate to the SQL server. |
See Also