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)

适用于