你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapDiscoveryDatabaseType Struct

Definition

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