SqlPersistenceWorkflowInstanceDescription クラス

定義

注意事項

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 のDeprecated 型」を参照してください。

プロパティ

名前 説明
IsBlocked
古い.

ワークフロー インスタンスがブロックされているかどうかを示す値を取得します。

NextTimerExpiration
古い.

次のタイマーの有効期限が切れる UTC 形式の時刻を取得します。

Status
古い.

ワークフロー インスタンスの状態を取得します。

SuspendOrTerminateDescription
古い.

SqlWorkflowPersistenceServiceの中断または終了の説明を取得します。

WorkflowInstanceId
古い.

ワークフロー インスタンス識別子を取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象