'Declaration Public Enum SqlPoolBlockingPeriod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlPoolBlockingPeriod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SqlPoolBlockingPeriod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlPoolBlockingPeriod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| AlwaysBlock | Blocking period ON for all SQL servers including Azure SQL servers. |
| Auto | Blocking period OFF for Azure SQL servers, but ON for all other SQL servers. |
| NeverBlock | Blocking period OFF for all SQL servers, including Azure SQL servers. |
System.Object
System.ValueType
System.Enum
Devart.Data.SqlServer.SqlPoolBlockingPeriod