次の方法で共有


DataFlowDebugCommandType 構造体

定義

コマンドの種類。

public readonly struct DataFlowDebugCommandType : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandType>
type DataFlowDebugCommandType = struct
Public Structure DataFlowDebugCommandType
Implements IEquatable(Of DataFlowDebugCommandType)
継承
DataFlowDebugCommandType
実装

コンストラクター

DataFlowDebugCommandType(String)

DataFlowDebugCommandType の新しいインスタンスを初期化します。

プロパティ

ExecuteExpressionQuery

executeExpressionQuery。

ExecutePreviewQuery

executePreviewQuery。

ExecuteStatisticsQuery

executeStatisticsQuery。

メソッド

Equals(DataFlowDebugCommandType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DataFlowDebugCommandType, DataFlowDebugCommandType)

2 つの DataFlowDebugCommandType 値が同じかどうかを判断します。

Implicit(String to DataFlowDebugCommandType)

文字列を DataFlowDebugCommandType に変換します。

Inequality(DataFlowDebugCommandType, DataFlowDebugCommandType)

2 つの DataFlowDebugCommandType 値が同じでないかどうかを判断します。

適用対象