Share via


DataFlowDebugCommandType Struct

Definition

The command type.

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

Constructors

DataFlowDebugCommandType(String)

Initializes a new instance of DataFlowDebugCommandType.

Properties

ExecuteExpressionQuery

executeExpressionQuery.

ExecutePreviewQuery

executePreviewQuery.

ExecuteStatisticsQuery

executeStatisticsQuery.

Methods

Equals(DataFlowDebugCommandType)

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

Determines if two DataFlowDebugCommandType values are the same.

Implicit(String to DataFlowDebugCommandType)

Converts a string to a DataFlowDebugCommandType.

Inequality(DataFlowDebugCommandType, DataFlowDebugCommandType)

Determines if two DataFlowDebugCommandType values are not the same.

Applies to