SqlTrackingQuery.GetWorkflows(SqlTrackingQueryOptions) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
) です。