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
| Name | Description |
|---|---|
| DataFlowDebugCommandType(String) |
Initializes a new instance of DataFlowDebugCommandType. |
Properties
| Name | Description |
|---|---|
| ExecuteExpressionQuery |
executeExpressionQuery. |
| ExecutePreviewQuery |
executePreviewQuery. |
| ExecuteStatisticsQuery |
executeStatisticsQuery. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |