SapDiscoveryDatabaseType 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.
Select the database if this is a database server. Leave blank or add Not Applicable for all other instances except the Database Instance.
public readonly struct SapDiscoveryDatabaseType : IEquatable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryDatabaseType>
type SapDiscoveryDatabaseType = struct
Public Structure SapDiscoveryDatabaseType
Implements IEquatable(Of SapDiscoveryDatabaseType)
- Inheritance
-
SapDiscoveryDatabaseType
- Implements
Constructors
SapDiscoveryDatabaseType(String) |
Initializes a new instance of SapDiscoveryDatabaseType. |
Properties
Adabas |
The type of Database- Adabas. |
DB2 |
The type of Database- Db2. |
Hana |
The type of Database- HANA. |
Informix |
The type of Database- Informix. |
Oracle |
The type of Database- Oracle. |
SapAse |
The type of Database- SAPASE. |
SapDB |
The type of Database- SAPDB. |
SapMaxDB |
The type of Database- SAPMaxDB. |
SQLServer |
The type of Database- SQLServer. |
Methods
Equals(SapDiscoveryDatabaseType) |
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(SapDiscoveryDatabaseType, SapDiscoveryDatabaseType) |
Determines if two SapDiscoveryDatabaseType values are the same. |
Implicit(String to SapDiscoveryDatabaseType) |
Converts a string to a SapDiscoveryDatabaseType. |
Inequality(SapDiscoveryDatabaseType, SapDiscoveryDatabaseType) |
Determines if two SapDiscoveryDatabaseType values are not the same. |
Applies to
Azure SDK for .NET