Initializes a new instance of SqlServerLibraryConfiguration class with the specified database connection details.
Parameters
- alias
Type: System.String
Unique reference name for this library configuration.
- server
Type: System.String
The name or address of the SQL Server.
- database
Type: System.String
The name of the database on the server.
Note: This constructor creates a configuration that uses a trusted connection to the database server.