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

DataFactoryExpressionV2Type Struct

Definition

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

public readonly struct DataFactoryExpressionV2Type : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2Type>
type DataFactoryExpressionV2Type = struct
Public Structure DataFactoryExpressionV2Type
Implements IEquatable(Of DataFactoryExpressionV2Type)
Inheritance
DataFactoryExpressionV2Type
Implements

Constructors

DataFactoryExpressionV2Type(String)

Initializes a new instance of DataFactoryExpressionV2Type.

Properties

Binary

Binary.

Constant

Constant.

Field

Field.

NAry

NAry.

Unary

Unary.

Methods

Equals(DataFactoryExpressionV2Type)

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

Determines if two DataFactoryExpressionV2Type values are the same.

Implicit(String to DataFactoryExpressionV2Type)

Converts a string to a DataFactoryExpressionV2Type.

Inequality(DataFactoryExpressionV2Type, DataFactoryExpressionV2Type)

Determines if two DataFactoryExpressionV2Type values are not the same.

Applies to