SqlTrackingQueryOptions 类

定义

注意

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

包含一些属性,这些属性用于约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

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

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

一个包含属性的 SqlTrackingQueryOptions,这些属性用于约束 SqlTrackingWorkflowInstance 方法依据 SqlTrackingQuery.GetWorkflows 所使用数据库中的跟踪数据返回的 SqlTrackingService 对象的集合。 由 SqlTrackingWorkflowInstance 调用返回的 SqlTrackingWorkflowInstance 对象集合中的每个 SqlTrackingQuery.GetWorkflows 都必须与一个工作流实例对应,该工作流实例在数据库中具有与之关联的跟踪数据(满足 SqlTrackingQueryOptions 的属性指定的条件)。

构造函数

SqlTrackingQueryOptions()

初始化 SqlTrackingQueryOptions 类的新实例。

属性

StatusMaxDateTime

获取或设置一个指定时段上限的 DateTime,可以将其与 WorkflowStatus 结合使用来约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

StatusMinDateTime

获取或设置一个 DateTime,可将其与 WorkflowStatus 结合使用来约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

TrackingDataItems

获取或设置一个数据提取值的列表,这些值用于约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

WorkflowStatus

获取或设置 WorkflowStatus 值,该值用于约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

WorkflowType

获取或设置工作流实例 Type,它用于约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。

方法

Clear()

SqlTrackingQueryOptions 的属性重置为其默认值。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于