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
쿼리 매개 변수를 지정하는 A SqlTrackingQueryOptions 입니다.
반품
지정된 SqlTrackingWorkflowInstance쿼리 매개 변수와 일치하는 추적 데이터를 사용하여 워크플로 인스턴스 집합에 대한 추적 데이터에 대한 액세스를 제공하는 개체 목록 options 입니다.
예외
options null 참조입니다(Visual Basic Nothing).
ConnectionString 은 null 참조(Nothing)입니다.