SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) Método

Definição

Retornos a monitorizar dados para um conjunto de instâncias de workflow que correspondem a um conjunto de parâmetros de consulta especificados por um 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)

Parâmetros

options
SqlTrackingQueryOptions

A SqlTrackingQueryOptions que especifica parâmetros de consulta.

Devoluções

Uma lista de SqlTrackingWorkflowInstance objetos que fornecem acesso a dados de rastreio para o conjunto de instâncias de workflow com dados de rastreio que correspondem aos parâmetros de consulta especificados por options.

Exceções

options é uma referência nula (Nothing em Visual Basic).

ConnectionString é uma referência nula (Nothing).

Aplica-se a