Share via


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

Name Description
DataFlowReferenceType(String)

Initializes a new instance of DataFlowReferenceType.

Properties

Name Description
DataFlowReference

DataFlowReference.

Methods

Name Description
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

Name Description
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