SqlTrackingWorkflowInstance.InvokedWorkflows 속성

정의

이 워크플로에서 호출한 워크플로에 해당하는 개체 목록을 SqlTrackingWorkflowInstance 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ InvokedWorkflows { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance> InvokedWorkflows { get; }
member this.InvokedWorkflows : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>
Public ReadOnly Property InvokedWorkflows As IList(Of SqlTrackingWorkflowInstance)

속성 값

이 워크플로에서 호출한 워크플로에 해당하는 개체 목록 SqlTrackingWorkflowInstance 입니다.

설명

이 경우 AutoRefresh 현재 시간까지 이 워크플로 인스턴스에서 호출한 각 워크플로 인스턴스에 대한 a true 가 포함 InvokedWorkflows 됩니다. 이 경우 SqlTrackingWorkflowInstanceAutoRefreshfalse마지막InvokedWorkflows까지 이 워크플로 인스턴스에서 호출한 각 워크플로 인스턴스에 대한 a가 포함됩니다.SqlTrackingWorkflowInstanceRefresh

이 속성의 내용은 관리되는 SQL 데이터베이스에 포함된 이 워크플로 인스턴스의 추적 데이터에 의해 SqlTrackingService결정됩니다. 이 추적 데이터는 이 워크플로 인스턴스와 연결된 추적 지점에서 지정한 이벤트를 추적하기 위해 런타임 추적 인프라에서 보낸 추적 레코드에 TrackingProfile 해당합니다.

적용 대상