SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) メソッド

定義

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)

パラメーター

options
SqlTrackingQueryOptions

クエリ パラメーターを指定する SqlTrackingQueryOptions

返品

SqlTrackingWorkflowInstanceで指定されたクエリ パラメーターと一致する追跡データを持つワークフロー インスタンスのセットの追跡データへのアクセスを提供するoptions オブジェクトの一覧。

例外

options は null 参照です (Visual Basic では Nothing)。

ConnectionString は null 参照 (Nothing) です。

適用対象