SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳一組對應於由 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)。