次の方法で共有


DataFlowDebugCommandPayload コンストラクター

定義

オーバーロード

DataFlowDebugCommandPayload()

DataFlowDebugCommandPayload クラスの新しいインスタンスを初期化します。

DataFlowDebugCommandPayload(String, Nullable<Int32>, IList<String>, String)

DataFlowDebugCommandPayload クラスの新しいインスタンスを初期化します。

DataFlowDebugCommandPayload()

DataFlowDebugCommandPayload クラスの新しいインスタンスを初期化します。

public DataFlowDebugCommandPayload ();
Public Sub New ()

適用対象

DataFlowDebugCommandPayload(String, Nullable<Int32>, IList<String>, String)

DataFlowDebugCommandPayload クラスの新しいインスタンスを初期化します。

public DataFlowDebugCommandPayload (string streamName, int? rowLimits = default, System.Collections.Generic.IList<string> columns = default, string expression = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandPayload : string * Nullable<int> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandPayload
Public Sub New (streamName As String, Optional rowLimits As Nullable(Of Integer) = Nothing, Optional columns As IList(Of String) = Nothing, Optional expression As String = Nothing)

パラメーター

streamName
String

プレビューに使用されるストリーム名。

rowLimits
Nullable<Int32>

プレビュー応答の行の制限。

columns
IList<String>

列名の配列。

expression
String

プレビューに使用される式。

適用対象