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)

適用於