DataFlowReferenceType Struct

Definition

Data flow reference type.

public readonly struct DataFlowReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.DataFlowReferenceType>
type DataFlowReferenceType = struct
Public Structure DataFlowReferenceType
Implements IEquatable(Of DataFlowReferenceType)
Inheritance
DataFlowReferenceType
Implements

Constructors

DataFlowReferenceType(String)

Initializes a new instance of DataFlowReferenceType.

Properties

DataFlowReference

DataFlowReference.

Methods

Equals(DataFlowReferenceType)

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

Determines if two DataFlowReferenceType values are the same.

Implicit(String to DataFlowReferenceType)

Converts a string to a DataFlowReferenceType.

Inequality(DataFlowReferenceType, DataFlowReferenceType)

Determines if two DataFlowReferenceType values are not the same.

Applies to