<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview4.26064.3" />

Microsoft.Data.SqlClient.PoolBlockingPeriod

public enum PoolBlockingPeriod
Specifies a value for the PoolBlockingPeriod property.

Blocking period ON for all SQL servers including Azure SQL servers.

Auto = 0

Blocking period OFF for Azure SQL servers, but ON for all other SQL servers.

Blocking period OFF for all SQL servers, including Azure SQL servers.