SqlPersistenceWorkflowInstanceDescription 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
描述儲存在 SqlWorkflowPersistenceService 中的工作流程執行個體。
public ref class SqlPersistenceWorkflowInstanceDescription
public class SqlPersistenceWorkflowInstanceDescription
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SqlPersistenceWorkflowInstanceDescription
type SqlPersistenceWorkflowInstanceDescription = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SqlPersistenceWorkflowInstanceDescription = class
Public Class SqlPersistenceWorkflowInstanceDescription
- 繼承
-
SqlPersistenceWorkflowInstanceDescription
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
屬性
IsBlocked |
取得顯示工作流程執行個體是否遭到封鎖的值。 |
NextTimerExpiration |
取得下一個計時器將到期的時間 (UTC 格式)。 |
Status |
取得工作流程執行個體的狀態。 |
SuspendOrTerminateDescription |
取得 SqlWorkflowPersistenceService 的暫止或終止的描述。 |
WorkflowInstanceId |
取得工作流程執行個體識別項。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |