你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataFlowDebugSessionExecuteCommandOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行数据流调试命令。
public class DataFlowDebugSessionExecuteCommandOperation : Azure.Operation<Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugCommandResponse>
type DataFlowDebugSessionExecuteCommandOperation = class
inherit Operation<DataFlowDebugCommandResponse>
Public Class DataFlowDebugSessionExecuteCommandOperation
Inherits Operation(Of DataFlowDebugCommandResponse)
- 继承
-
DataFlowDebugSessionExecuteCommandOperation
构造函数
DataFlowDebugSessionExecuteCommandOperation() |
初始化用于模拟的 DataFlowDebugSessionExecuteCommandOperation 的新实例。 |
属性
HasCompleted |
如果长时间运行的操作已完成,则返回 true。 |
HasValue |
如果长时间运行的操作成功完成,并且已生成最终结果, (Value 属性) 可访问,则返回 true。 |
Id |
获取一个 ID,该 ID 表示可用于轮询长时间运行的操作的状态的操作。 |
Value |
长时间运行的操作的最终结果。 |