SqlConnectionOverrides Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value for Overrides.
This enumeration supports a bitwise combination of its member values.
public enum class SqlConnectionOverrides
C#
[System.Flags]
public enum SqlConnectionOverrides
C#
public enum SqlConnectionOverrides
[<System.Flags>]
type SqlConnectionOverrides =
type SqlConnectionOverrides =
Public Enum SqlConnectionOverrides
- Inheritance
-
SqlConnectionOverrides
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No overrides. |
OpenWithoutRetry | 1 | Disable transient fault handling during the initial SqlConnection Open attempt. |
Toode | Versioonid |
---|---|
SqlClient .NET Core | 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |
SqlClient .NET Framework | 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |
SqlClient .NET Standard | 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2 |