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
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
屬性
| 名稱 | Description |
|---|---|
| IsBlocked |
已淘汰.
會得到一個顯示工作流程實例是否被阻塞的值。 |
| NextTimerExpiration |
已淘汰.
以UTC格式顯示下一個計時器到期的時間。 |
| Status |
已淘汰.
取得工作流程實例的狀態。 |
| SuspendOrTerminateDescription |
已淘汰.
取得暫停或終止 SqlWorkflowPersistenceService的描述。 |
| WorkflowInstanceId |
已淘汰.
取得工作流程實例識別碼。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的 物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |