SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) Yöntem

Tanım

tarafından SqlTrackingQueryOptionsbelirtilen sorgu parametreleri kümesine karşılık gelen bir iş akışı örneği kümesi için izleme verilerini döndürür.

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)

Parametreler

options
SqlTrackingQueryOptions

SqlTrackingQueryOptions Sorgu parametrelerini belirten bir.

Döndürülenler

tarafından SqlTrackingWorkflowInstancebelirtilen sorgu parametreleriyle eşleşen izleme verileriyle iş akışı örnekleri kümesi için izleme verilerine erişim sağlayan nesnelerin listesioptions.

Özel durumlar

options null başvurudur (Visual Basic Nothing).

ConnectionString null başvurudur (Nothing).

Şunlara uygulanır