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

DataFlowDebugCommandResponse 构造函数

定义

重载

DataFlowDebugCommandResponse()

初始化 DataFlowDebugCommandResponse 类的新实例。

DataFlowDebugCommandResponse(String, String)

初始化 DataFlowDebugCommandResponse 类的新实例。

DataFlowDebugCommandResponse()

初始化 DataFlowDebugCommandResponse 类的新实例。

public DataFlowDebugCommandResponse ();
Public Sub New ()

适用于

DataFlowDebugCommandResponse(String, String)

初始化 DataFlowDebugCommandResponse 类的新实例。

public DataFlowDebugCommandResponse (string status = default, string data = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse : string * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse
Public Sub New (Optional status As String = Nothing, Optional data As String = Nothing)

参数

status
String

数据预览、统计信息或表达式预览的运行状态。

data
String

数据预览、统计信息或表达式预览的结果数据。

适用于