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