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
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

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)

適用対象