Share via


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.

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