Share via


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