SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) Metoda

Definice

Vrátí data sledování pro sadu instancí pracovního postupu, které odpovídají sadě parametrů dotazu určených parametrem 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)

Parametry

options
SqlTrackingQueryOptions

A SqlTrackingQueryOptions , který určuje parametry dotazu.

Návraty

Seznam SqlTrackingWorkflowInstance objektů, které poskytují přístup ke sledování dat pro sadu instancí pracovního postupu s daty sledování, které odpovídají parametrům dotazu určeným options.

Výjimky

options je odkaz null (Nothing v Visual Basic).

ConnectionString je odkaz na hodnotu null (Nothing).

Platí pro