DBSystemDatabaseEditionType 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.
Database edition type enum.
public readonly struct DBSystemDatabaseEditionType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DBSystemDatabaseEditionType>
type DBSystemDatabaseEditionType = struct
Public Structure DBSystemDatabaseEditionType
Implements IEquatable(Of DBSystemDatabaseEditionType)
- Inheritance
-
DBSystemDatabaseEditionType
- Implements
Constructors
| Name | Description |
|---|---|
| DBSystemDatabaseEditionType(String) |
Initializes a new instance of DBSystemDatabaseEditionType. |
Properties
| Name | Description |
|---|---|
| EnterpriseEdition |
Enterprise edition. |
| EnterpriseEditionDeveloper |
Enterprise edition developer. |
| EnterpriseEditionExtreme |
Enterprise edition extreme. |
| EnterpriseEditionHighPerformance |
Enterprise edition high performance. |
| StandardEdition |
Standard edition. |
Methods
| Name | Description |
|---|---|
| Equals(DBSystemDatabaseEditionType) |
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
| Name | Description |
|---|---|
| Equality(DBSystemDatabaseEditionType, DBSystemDatabaseEditionType) |
Determines if two DBSystemDatabaseEditionType values are the same. |
| Implicit(String to DBSystemDatabaseEditionType) |
Converts a String to a DBSystemDatabaseEditionType. |
| Inequality(DBSystemDatabaseEditionType, DBSystemDatabaseEditionType) |
Determines if two DBSystemDatabaseEditionType values are not the same. |