SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) 方法

定義

回傳一組對應於由 SqlTrackingQueryOptions指定的查詢參數集合的工作流程實例的追蹤資料。

public:
 System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ GetWorkflows(System::Workflow::Runtime::Tracking::SqlTrackingQueryOptions ^ options);
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance> GetWorkflows(System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions options);
member this.GetWorkflows : System.Workflow.Runtime.Tracking.SqlTrackingQueryOptions -> System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>
Public Function GetWorkflows (options As SqlTrackingQueryOptions) As IList(Of SqlTrackingWorkflowInstance)

參數

options
SqlTrackingQueryOptions

SqlTrackingQueryOptions A 指定查詢參數。

傳回

一份物件清單 SqlTrackingWorkflowInstance ,提供存取工作流程實例集合的追蹤資料,追蹤資料與查詢 options參數相符。

例外狀況

是一個空參考()。

ConnectionString 是一個空參考(Nothing)。

適用於