Microsoft.Data.SqlClient.ConnectionPool.DbConnectionPoolState enum DbConnectionPoolState Documentation Code namespace Microsoft.Data.SqlClient.ConnectionPool { internal enum DbConnectionPoolState { Running, ShuttingDown } }