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

HiveServerType Struct

Definition

The type of Hive server.

public readonly struct HiveServerType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HiveServerType>
type HiveServerType = struct
Public Structure HiveServerType
Implements IEquatable(Of HiveServerType)
Inheritance
HiveServerType
Implements

Constructors

Name Description
HiveServerType(String)

Initializes a new instance of HiveServerType.

Properties

Name Description
HiveServer1

HiveServer1.

HiveServer2

HiveServer2.

HiveThriftServer

HiveThriftServer.

Methods

Name Description
Equals(HiveServerType)

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

Determines if two HiveServerType values are the same.

Implicit(String to HiveServerType)

Converts a String to a HiveServerType.

Inequality(HiveServerType, HiveServerType)

Determines if two HiveServerType values are not the same.

Applies to