Sdílet prostřednictvím


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

ExpressionV2Type(String)

Initializes a new instance of ExpressionV2Type.

Properties

Binary

Binary.

Constant

Constant.

Field

Field.

Unary

Unary.

Methods

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

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