SqlTrackingQueryOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
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
- Inheritance
-
SqlTrackingQueryOptions
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
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. 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.
Constructors
SqlTrackingQueryOptions() |
Initializes a new instance of the SqlTrackingQueryOptions class. |
Properties
StatusMaxDateTime |
Gets or sets a DateTime that specifies the upper limit of the time period that, together with WorkflowStatus, is used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to GetWorkflows(SqlTrackingQueryOptions). |
StatusMinDateTime |
Gets or sets a DateTime that, together with WorkflowStatus, is used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to GetWorkflows(SqlTrackingQueryOptions). |
TrackingDataItems |
Gets or sets a list of data extract values which are used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to GetWorkflows(SqlTrackingQueryOptions). |
WorkflowStatus |
Gets or sets the WorkflowStatus value that is used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to GetWorkflows(SqlTrackingQueryOptions). |
WorkflowType |
Gets or sets the workflow instance Type that is used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to GetWorkflows(SqlTrackingQueryOptions). |
Methods
Clear() |
Resets the properties of the SqlTrackingQueryOptions to their default values. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |