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 , trueInvokedWorkflows則包含SqlTrackingWorkflowInstance該工作流程實例所呼叫的每個工作流實例,直到目前時間點為止;若 AutoRefresh , falseInvokedWorkflows則包含SqlTrackingWorkflowInstance該實例所呼叫的每個工作流實例,直到最後一個 Refresh。
此屬性的內容由 SQL 資料庫 SqlTrackingService中所包含的工作流程實例追蹤資料決定。 這些追蹤資料對應於執行時追蹤基礎設施傳送的紀錄,用於追蹤由與此工作流程實例相關的追蹤點 TrackingProfile 指定的事件。