SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) Méthode

Définition

Retourne des données de suivi pour un ensemble d'instances de workflow qui correspondent à un ensemble de paramètres de requête spécifié par un 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)

Paramètres

options
SqlTrackingQueryOptions

SqlTrackingQueryOptions qui spécifie des paramètres de requête.

Retours

IList<SqlTrackingWorkflowInstance>

Liste d'objets SqlTrackingWorkflowInstance qui fournissent un accès aux données de suivi pour l'ensemble d'instances de workflow avec les données de suivi qui correspond aux paramètres de requête spécifiés par options.

Exceptions

options est une référence Null (Nothing en Visual Basic).

ConnectionString est une référence Null (Nothing).

S’applique à