TrackingDataItemValue クラス

定義

注意事項

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

SqlTrackingQueryOptions内のワークフロー インスタンスから抽出されたデータのフィルター条件が含まれます。

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

注釈

Note

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

TrackingDataItemValueは、ワークフローから抽出されたデータの値を指定します。 これは、SqlTrackingWorkflowInstanceによって使用される追跡データ ベースのクエリでSqlTrackingQuery.GetWorkflowsによって返されるSqlTrackingService オブジェクトのセットを制限するために使用されます。 TrackingDataItemValue SqlTrackingQueryOptions.TrackingDataItemsオブジェクトを追加して、SqlTrackingWorkflowInstance返されるオブジェクトのセットを、指定した抽出されたデータ セットを持つオブジェクトに制限SqlTrackingQuery.GetWorkflows指定できます。

コンストラクター

名前 説明
TrackingDataItemValue()
古い.

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

TrackingDataItemValue(String, String, String)
古い.

アクティビティの指定された修飾名、データ フィールド名、およびデータ値のTrackingDataItemValue表現を使用して、string クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DataValue
古い.

抽出されたデータの値の string 表現を取得または設定します。

FieldName
古い.

データの抽出元のアクティビティ メンバーの名前を取得または設定します。

QualifiedName
古い.

データの抽出元のアクティビティの修飾名を取得または設定します。

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象