DataFlowDebugCommandType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET