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)인 경우

적용 대상