SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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).