SqlServerConnectionParametersBase Properties
Serves as the base for classes that contain parameters used to connect to SQL servers.
Name | Description |
---|---|
Database |
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. |
Server |
Gets or sets the name of the SQL server to which the connection should be established. |
User |
Gets or sets the user name used to authenticate to the SQL server. |
See Also