SqlTrackingQueryOptions クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

SqlTrackingWorkflowInstanceの呼び出しによって返されるGetWorkflows(SqlTrackingQueryOptions) オブジェクトのセットを制限するために使用されるプロパティが含まれています。

public ref class SqlTrackingQueryOptions
public class SqlTrackingQueryOptions
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class SqlTrackingQueryOptions
type SqlTrackingQueryOptions = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SqlTrackingQueryOptions = class
Public Class SqlTrackingQueryOptions
継承
SqlTrackingQueryOptions
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

SqlTrackingQueryOptionsには、SqlTrackingWorkflowInstanceによって使用されるデータベース内の追跡データに対して、SqlTrackingQuery.GetWorkflows メソッドによって返されるSqlTrackingService オブジェクトのセットを制限するために使用されるプロパティが含まれています。 SqlTrackingWorkflowInstanceの呼び出しによって返されるSqlTrackingWorkflowInstance オブジェクトのコレクション内の各SqlTrackingQuery.GetWorkflowsは、SqlTrackingQueryOptionsのプロパティで指定された条件を満たす、データベース内の追跡データが関連付けられているワークフロー インスタンスに対応している必要があります。

コンストラクター

名前 説明
SqlTrackingQueryOptions()
古い.

SqlTrackingQueryOptions クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
StatusMaxDateTime
古い.

DateTimeの呼び出しによって返されるWorkflowStatus オブジェクトのセットを制限するために、SqlTrackingWorkflowInstanceと共に使用する期間の上限を指定するGetWorkflows(SqlTrackingQueryOptions)を取得または設定します。

StatusMinDateTime
古い.

DateTimeと共に、WorkflowStatusの呼び出しによって返されるSqlTrackingWorkflowInstance オブジェクトのセットを制限するために使用されるGetWorkflows(SqlTrackingQueryOptions)を取得または設定します。

TrackingDataItems
古い.

SqlTrackingWorkflowInstanceの呼び出しによって返されるGetWorkflows(SqlTrackingQueryOptions) オブジェクトのセットを制限するために使用されるデータ抽出値の一覧を取得または設定します。

WorkflowStatus
古い.

WorkflowStatusの呼び出しによって返されるSqlTrackingWorkflowInstance オブジェクトのセットを制限するために使用するGetWorkflows(SqlTrackingQueryOptions)値を取得または設定します。

WorkflowType
古い.

Typeの呼び出しによって返されるSqlTrackingWorkflowInstance オブジェクトのセットを制限するために使用されるワークフロー インスタンス GetWorkflows(SqlTrackingQueryOptions)を取得または設定します。

メソッド

名前 説明
Clear()
古い.

SqlTrackingQueryOptionsのプロパティを既定値にリセットします。

Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象