SqlTrackingWorkflowInstance.UserEvents 屬性

定義

取得由執行時追蹤基礎設施傳送至 SqlTrackingService 資料庫的使用者追蹤紀錄清單。

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

屬性值

執行時追蹤基礎設施為此工作流程實例傳送至追蹤資料庫的物件清單 UserTrackingRecord

備註

AutoRefreshtrueUserEvents則包含該工作流程實例至目前所有的使用者追蹤紀錄;若AutoRefreshfalseUserEvents則包含直到最後Refresh一個 的使用者追蹤紀錄。

UserEvents 包含由執行時追蹤基礎設施傳送至資料庫的使用者追蹤紀錄,用於此工作流程實例。 只有當工作流程實例發出與該實例中指定的UserTrackPoint使用者事件對TrackingProfile應時,工作流程執行引擎追蹤基礎設施才會傳送使用者追蹤紀錄。

適用於