Share via


SqlTrackingWorkflowInstance.InvokingWorkflowInstanceId 属性

定义

获取或设置调用此工作流实例的工作流实例的 Guid

public:
 property Guid InvokingWorkflowInstanceId { Guid get(); void set(Guid value); };
public Guid InvokingWorkflowInstanceId { get; set; }
member this.InvokingWorkflowInstanceId : Guid with get, set
Public Property InvokingWorkflowInstanceId As Guid

属性值

调用此工作流实例的工作流实例的 Guid,或者,如果此工作流实例未由另一个工作流实例调用,则为空 Guid

注解

此属性的内容由包含在 SQL 数据库(由 SqlTrackingService 管理)中的此工作流实例的跟踪数据确定。 此跟踪数据对应于运行时跟踪基础结构为跟踪事件发送的跟踪记录,这些事件由与此工作流实例关联的 TrackingProfile 中的跟踪点指定。

适用于