SqlTrackingWorkflowInstance.InvokedWorkflows 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对应于此工作流调用的工作流的对象列表 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 。
注解
如果
此属性的内容由 SQL 数据库中托管 SqlTrackingService的此工作流实例的跟踪数据确定。 此跟踪数据对应于由运行时跟踪基础结构发送的跟踪记录,这些记录由与此工作流实例关联的跟踪点 TrackingProfile 指定的跟踪事件。