MicrosoftDataSqlClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a SQL Server database using SqlClient.
namespace Aspire.Microsoft.Data.SqlClient;
public sealed class MicrosoftDataSqlClientSettings{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string of the SQL Server database to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the database health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.