SqlTrackingQueryOptions 类
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含一些属性,这些属性用于约束 SqlTrackingWorkflowInstance 调用所返回 GetWorkflows(SqlTrackingQueryOptions) 对象的集合。Contains properties that are used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to 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
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。This material discusses types and namespaces that are obsolete. 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
一个包含属性的 SqlTrackingQueryOptions,这些属性用于约束 SqlTrackingWorkflowInstance 方法依据 SqlTrackingQuery.GetWorkflows 所使用数据库中的跟踪数据返回的 SqlTrackingService 对象的集合。A SqlTrackingQueryOptions contains properties that are used to constrain the set of SqlTrackingWorkflowInstance objects returned by the SqlTrackingQuery.GetWorkflows method against the tracking data in a database used by the SqlTrackingService. 由 SqlTrackingWorkflowInstance 调用返回的 SqlTrackingWorkflowInstance 对象集合中的每个 SqlTrackingQuery.GetWorkflows 都必须与一个工作流实例对应,该工作流实例在数据库中具有与之关联的跟踪数据(满足 SqlTrackingQueryOptions 的属性指定的条件)。Each SqlTrackingWorkflowInstance in the collection of SqlTrackingWorkflowInstance objects returned by a call to SqlTrackingQuery.GetWorkflows must correspond to a workflow instance which has tracking data associated with it in the database that meets the conditions specified by the properties of the SqlTrackingQueryOptions.
构造函数
| SqlTrackingQueryOptions() |
初始化 SqlTrackingQueryOptions 类的新实例。Initializes a new instance of the SqlTrackingQueryOptions class. |
属性
方法
| Clear() |
将 SqlTrackingQueryOptions 的属性重置为其默认值。Resets the properties of the SqlTrackingQueryOptions to their default values. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |