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

ExpressionV2Type Struct

Definition

Type of expressions supported by the system. Type: string.

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

Constructors

Name Description
ExpressionV2Type(String)

Initializes a new instance of ExpressionV2Type.

Properties

Name Description
Binary

Binary.

Constant

Constant.

Field

Field.

NAry

NAry.

Unary

Unary.

Methods

Name Description
Equals(ExpressionV2Type)

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

Determines if two ExpressionV2Type values are the same.

Implicit(String to ExpressionV2Type)

Converts a String to a ExpressionV2Type.

Inequality(ExpressionV2Type, ExpressionV2Type)

Determines if two ExpressionV2Type values are not the same.

Applies to