Share via


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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

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)

適用於