SqlTrackingWorkflowInstance.WorkflowEvents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得由執行時追蹤基礎設施傳送至 SqlTrackingService 資料庫的工作流程追蹤紀錄清單。
public:
property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::WorkflowTrackingRecord ^> ^ WorkflowEvents { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::WorkflowTrackingRecord ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.WorkflowTrackingRecord> WorkflowEvents { get; }
member this.WorkflowEvents : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.WorkflowTrackingRecord>
Public ReadOnly Property WorkflowEvents As IList(Of WorkflowTrackingRecord)
屬性值
執行時追蹤基礎設施為此工作流程實例傳送至追蹤資料庫的物件清單 WorkflowTrackingRecord 。
備註
若 AutoRefresh , trueWorkflowEvents則包含該工作流程實例至當前時間點的所有工作流程追蹤紀錄;若AutoRefresh為false,WorkflowEvents則包含直到最後Refresh一個 的工作流程追蹤紀錄。
WorkflowEvents 包含由執行時追蹤基礎設施傳送至資料庫的工作流程記錄,用於此工作流程實例。 只有當工作流程實例發出與該實例中指定的WorkflowTrackPoint工作流程狀態事件TrackingProfile對應時,工作流程執行引擎追蹤基礎設施才會傳送工作流追蹤紀錄。