Share via


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

戻り値

IList<SqlTrackingWorkflowInstance>

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

例外

options が null 参照 (Visual Basic の場合は Nothing) です。

ConnectionString が null 参照 (Nothing) です。

適用対象