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

쿼리 매개 변수를 지정하는 A SqlTrackingQueryOptions 입니다.

반품

지정된 SqlTrackingWorkflowInstance쿼리 매개 변수와 일치하는 추적 데이터를 사용하여 워크플로 인스턴스 집합에 대한 추적 데이터에 대한 액세스를 제공하는 개체 목록 options 입니다.

예외

options null 참조입니다(Visual Basic Nothing).

ConnectionString 은 null 참조(Nothing)입니다.

적용 대상