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 Types。

A TrackingDataItemValue 指定從工作流程中擷取資料的價值。 它用來限制查詢所使用的SqlTrackingWorkflowInstance追蹤資料庫時所回傳的SqlTrackingQuery.GetWorkflows物件集合SqlTrackingService。 你可以新增 TrackingDataItemValue 物件到 , SqlTrackingQueryOptions.TrackingDataItems 以指定 SqlTrackingWorkflowInstance 回傳 SqlTrackingQuery.GetWorkflows 的物件集合必須限制於擁有指定提取資料集合的物件。

建構函式

名稱 Description
TrackingDataItemValue()
已淘汰.

初始化 TrackingDataItemValue 類別的新執行個體。

TrackingDataItemValue(String, String, String)
已淘汰.

透過使用指定的限定活動名稱、資料欄位名稱及TrackingDataItemValue資料值的表示來初始化類別的新實例string

屬性

名稱 Description
DataValue
已淘汰.

取得或設定 string 擷取資料值的表示。

FieldName
已淘汰.

取得或設定資料擷取來源的活動成員名稱。

QualifiedName
已淘汰.

取得或設定資料擷取活動的限定名稱。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於