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

ExpressionV2 Class

Definition

Nested representation of a complex expression.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ExpressionV2+ExpressionV2Converter))]
public class ExpressionV2
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ExpressionV2+ExpressionV2Converter))>]
type ExpressionV2 = class
Public Class ExpressionV2
Inheritance
ExpressionV2
Attributes

Constructors

Name Description
ExpressionV2()

Initializes a new instance of ExpressionV2.

Properties

Name Description
Operands

List of nested expressions.

Operators

Expression operator value Type: list of strings.

Type

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

Value

Value for Constant/Field Type: object.

Applies to