DatabaseCompatLevel Struct
Definition
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.
An enumeration of SQL Server database compatibility levels.
public readonly struct DatabaseCompatLevel : IEquatable<Azure.ResourceManager.DataMigration.Models.DatabaseCompatLevel>
type DatabaseCompatLevel = struct
Public Structure DatabaseCompatLevel
Implements IEquatable(Of DatabaseCompatLevel)
- Inheritance
-
DatabaseCompatLevel
- Implements
Constructors
DatabaseCompatLevel(String) |
Initializes a new instance of DatabaseCompatLevel. |
Properties
CompatLevel100 |
CompatLevel100. |
CompatLevel110 |
CompatLevel110. |
CompatLevel120 |
CompatLevel120. |
CompatLevel130 |
CompatLevel130. |
CompatLevel140 |
CompatLevel140. |
CompatLevel80 |
CompatLevel80. |
CompatLevel90 |
CompatLevel90. |
Methods
Equals(DatabaseCompatLevel) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DatabaseCompatLevel, DatabaseCompatLevel) |
Determines if two DatabaseCompatLevel values are the same. |
Implicit(String to DatabaseCompatLevel) |
Converts a string to a DatabaseCompatLevel. |
Inequality(DatabaseCompatLevel, DatabaseCompatLevel) |
Determines if two DatabaseCompatLevel values are not the same. |
Applies to
Azure SDK for .NET