SqlTrackingWorkflowInstance.InvokedWorkflows 属性

定义

获取 SqlTrackingWorkflowInstance 对象的列表,这些对象与已由此工作流调用的工作流相对应。

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ InvokedWorkflows { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance> InvokedWorkflows { get; }
member this.InvokedWorkflows : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>
Public ReadOnly Property InvokedWorkflows As IList(Of SqlTrackingWorkflowInstance)

属性值

IList<SqlTrackingWorkflowInstance>

SqlTrackingWorkflowInstance 对象的列表,这些对象与已由此工作流调用的工作流相对应。

注解

如果 AutoRefreshtrueInvokedWorkflows 将为到目前为止已由此工作流调用的每个工作流实例包含一个 SqlTrackingWorkflowInstance;如果 AutoRefreshfalseInvokedWorkflows 将为到上次 SqlTrackingWorkflowInstance 之前为止已由此工作流调用的每个工作流实例包含一个 Refresh

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

适用于