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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

A SqlTrackingQueryOptions 包含用來限制該方法回傳SqlTrackingWorkflowInstanceSqlTrackingQuery.GetWorkflows物件集合與資料庫中追蹤SqlTrackingService資料的屬性。 呼叫SqlTrackingWorkflowInstance回傳的物件集合SqlTrackingWorkflowInstance中,每個SqlTrackingQuery.GetWorkflows都必須對應一個工作流程實例,該實例在資料庫中與其相關聯,符合 屬性所SqlTrackingQueryOptions指定的條件。

建構函式

名稱 Description
SqlTrackingQueryOptions()
已淘汰.

初始化 SqlTrackingQueryOptions 類別的新執行個體。

屬性

名稱 Description
StatusMaxDateTime
已淘汰.

取得或集合 aDateTime,指定時間段的上限,WorkflowStatus與 一起,用以限制呼叫回SqlTrackingWorkflowInstance傳物件集合GetWorkflows(SqlTrackingQueryOptions)

StatusMinDateTime
已淘汰.

取得或集合 ,DateTimeWorkflowStatus與 一起用來限制呼叫 所SqlTrackingWorkflowInstance返回的物件集合GetWorkflows(SqlTrackingQueryOptions)

TrackingDataItems
已淘汰.

取得或設定一串資料擷取值,用以限制呼叫SqlTrackingWorkflowInstance回傳的物件集合GetWorkflows(SqlTrackingQueryOptions)

WorkflowStatus
已淘汰.

取得或設定WorkflowStatus用來約束呼叫回SqlTrackingWorkflowInstance傳物件集合GetWorkflows(SqlTrackingQueryOptions)的值。

WorkflowType
已淘汰.

取得或設定用來限制呼叫Type回傳物件集合SqlTrackingWorkflowInstance的工作流程實例GetWorkflows(SqlTrackingQueryOptions)

方法

名稱 Description
Clear()
已淘汰.

將 的 SqlTrackingQueryOptions 屬性重置為預設值。

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於