# MicrosoftEntityFrameworkCoreSqlServerSettings Constructors

- Package: [Aspire.Microsoft.EntityFrameworkCore.SqlServer](/reference/api/csharp/aspire.microsoft.entityframeworkcore.sqlserver.md)
- Type: [MicrosoftEntityFrameworkCoreSqlServerSettings](/reference/api/csharp/aspire.microsoft.entityframeworkcore.sqlserver/microsoftentityframeworkcoresqlserversettings.md)
- Kind: `Constructors`
- Members: `1`

Provides the client configuration settings for connecting to a SQL Server database using EntityFrameworkCore.

## MicrosoftEntityFrameworkCoreSqlServerSettings

- Name: `Constructor`

```csharp
public sealed class MicrosoftEntityFrameworkCoreSqlServerSettings
{
    public MicrosoftEntityFrameworkCoreSqlServerSettings()
    {
        // ...
    }
}
```
