Freigeben über


DataFlowDebugCommandPayload Konstruktoren

Definition

Überlädt

DataFlowDebugCommandPayload()

Initialisiert eine neue instance der DataFlowDebugCommandPayload-Klasse.

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

Initialisiert eine neue instance der DataFlowDebugCommandPayload-Klasse.

DataFlowDebugCommandPayload()

Initialisiert eine neue instance der DataFlowDebugCommandPayload-Klasse.

public DataFlowDebugCommandPayload ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der DataFlowDebugCommandPayload-Klasse.

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)

Parameter

streamName
String

Der Streamname, der für die Vorschau verwendet wird.

rowLimits
Nullable<Int32>

Zeilengrenzwerte für Vorschauantworten.

columns
IList<String>

Array von Spaltennamen.

expression
String

Der Ausdruck, der für die Vorschau verwendet wird.

Gilt für: