共用方式為


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

包含在 SqlTrackingService 所管理之 SQL 資料庫中的這個工作流程執行個體的追蹤資料,決定了這個屬性的內容。 這個追蹤資料會對應到執行階段追蹤基礎結構所傳送的追蹤記錄,以便追蹤與這個工作流程執行個體關聯之 TrackingProfile 中的追蹤點所指定的事件。

適用於