SqlTrackingWorkflowInstance 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
提供存取由 SQL 資料庫 SqlTrackingService 中維護的工作流程實例資料的追蹤。
public ref class SqlTrackingWorkflowInstance
public class SqlTrackingWorkflowInstance
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SqlTrackingWorkflowInstance
type SqlTrackingWorkflowInstance = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SqlTrackingWorkflowInstance = class
Public Class SqlTrackingWorkflowInstance
- 繼承
-
SqlTrackingWorkflowInstance
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
SqlTrackingWorkflowInstance 物件透過呼叫 SqlTrackingQuery.TryGetWorkflow 和 SqlTrackingQuery.GetWorkflows 回傳,並提供對特定工作流程實例中 SqlTrackingService SQL 資料庫中追蹤資料的存取。 該 SqlTrackingWorkflowInstance 類別會優化其對資料庫的存取權限,以維護收藏。 如需詳細資訊,請參閱Refresh。
屬性
| 名稱 | Description |
|---|---|
| ActivityEvents |
已淘汰.
取得由執行時追蹤基礎設施傳送至 SqlTrackingService 資料庫的活動追蹤紀錄清單。 |
| AutoRefresh |
已淘汰.
取得或設定一個值,指定存取時是否應自動更新屬性資料 SqlTrackingWorkflowInstance 。 |
| Initialized |
已淘汰.
取得或設定 a DateTime ,表示工作流程執行引擎請求此工作流程實例的第一個 TrackingChannel 時間。 |
| InvokedWorkflows |
已淘汰.
取得一份對應於此工作流程所呼叫的物件清單 SqlTrackingWorkflowInstance 。 |
| InvokingWorkflowInstanceId |
已淘汰.
取得或設定呼叫該工作流程實例的 。Guid |
| Status |
已淘汰.
取得工作流程實例的狀態。 |
| UserEvents |
已淘汰.
取得由執行時追蹤基礎設施傳送至 SqlTrackingService 資料庫的使用者追蹤紀錄清單。 |
| WorkflowDefinition |
已淘汰.
會得到 Activity 代表該工作流程實例目前工作流程定義的 。 |
| WorkflowDefinitionUpdated |
已淘汰.
會得到一個值,表示自上次 WorkflowDefinition 載入以來工作流程是否已更新。 |
| WorkflowEvents |
已淘汰.
取得由執行時追蹤基礎設施傳送至 SqlTrackingService 資料庫的工作流程追蹤紀錄清單。 |
| WorkflowInstanceId |
已淘汰.
適用於 Guid 此 SqlTrackingWorkflowInstance 原則的工作流程實例。 |
| WorkflowInstanceInternalId |
已淘汰.
取得或設定一個數字,可用於在該工作流程實例的不同視圖中尋找相關紀錄。 |
| WorkflowType |
已淘汰.
取得或設定 Type 工作流程實例的 。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| Refresh() |
已淘汰.
更新此 SqlTrackingWorkflowInstance物件資料。 |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |