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

SapDatabaseType Struct

Definition

Defines the supported SAP Database types.

public readonly struct SapDatabaseType : IEquatable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDatabaseType>
type SapDatabaseType = struct
Public Structure SapDatabaseType
Implements IEquatable(Of SapDatabaseType)
Inheritance
SapDatabaseType
Implements

Constructors

Name Description
SapDatabaseType(String)

Initializes a new instance of SapDatabaseType.

Properties

Name Description
DB2

DB2 database type of the SAP system.

Hana

HANA Database type of SAP system.

Methods

Name Description
Equals(SapDatabaseType)

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(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are the same.

Implicit(String to Nullable<SapDatabaseType>)
Implicit(String to SapDatabaseType)

Converts a string to a SapDatabaseType.

Inequality(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are not the same.

Applies to