你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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.

Applies to