SqlTrackingWorkflowInstance.InvokedWorkflows 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應已由此工作流程叫用之工作流程的 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)
屬性值
對應已由此工作流程叫用之工作流程的 SqlTrackingWorkflowInstance 物件清單。
備註
如果 AutoRefresh 為 true
,InvokedWorkflows 會包含目前為止此工作流程執行個體叫用的每個工作流程執行個體的 SqlTrackingWorkflowInstance。如果 AutoRefresh 為 false
,InvokedWorkflows 會包含最後一次 SqlTrackingWorkflowInstance 前,此工作流程執行個體叫用的每個工作流程執行個體的 Refresh。
包含在 SqlTrackingService 所管理之 SQL 資料庫中的這個工作流程執行個體的追蹤資料,決定了這個屬性的內容。 這個追蹤資料會對應到執行階段追蹤基礎結構所傳送的追蹤記錄,以便追蹤與這個工作流程執行個體關聯之 TrackingProfile 中的追蹤點所指定的事件。