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 optionsbelirtilen sorgu parametreleriyle eşleşen izleme verileriyle iş akışı örnekleri kümesi için izleme verilerine erişim sağlayan nesnelerin listesiSqlTrackingWorkflowInstance.

Özel durumlar

options bir null başvurudur (Nothing Visual Basic'te).

ConnectionString null başvurudur (Nothing).

Şunlara uygulanır