SqlTrackingWorkflowInstance 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

提供对工作流 SqlTrackingService 实例在 SQL 数据库中维护数据的跟踪访问。

public ref class SqlTrackingWorkflowInstance
public class SqlTrackingWorkflowInstance
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class SqlTrackingWorkflowInstance
type SqlTrackingWorkflowInstance = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SqlTrackingWorkflowInstance = class
Public Class SqlTrackingWorkflowInstance
继承
SqlTrackingWorkflowInstance
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

SqlTrackingWorkflowInstance 对象通过调用这两 SqlTrackingQuery.TryGetWorkflow 个对象返回,并提供 SqlTrackingQuery.GetWorkflows 对特定 SqlTrackingService 工作流实例在 SQL 数据库中维护的跟踪数据的访问权限。 该 SqlTrackingWorkflowInstance 类针对维护集合的属性优化对数据库的访问。 有关详细信息,请参阅 Refresh

属性

名称 说明
ActivityEvents
已过时.

获取由运行时跟踪基础结构将此 SqlTrackingService 工作流实例发送到数据库的活动跟踪记录的列表。

AutoRefresh
已过时.

获取或设置一个值,该值指定在访问此属性时是否应自动更新此属性 SqlTrackingWorkflowInstance 数据。

Initialized
已过时.

获取或设置一个 DateTime 值,该值指示工作流运行时引擎请求此工作流实例的第一个 TrackingChannel 实例的时间。

InvokedWorkflows
已过时.

获取对应于此工作流调用的工作流的对象列表 SqlTrackingWorkflowInstance

InvokingWorkflowInstanceId
已过时.

获取或设置 Guid 调用此工作流实例的工作流实例。

Status
已过时.

获取工作流实例的状态。

UserEvents
已过时.

获取由运行时跟踪基础结构将此 SqlTrackingService 工作流实例发送到数据库的用户跟踪记录的列表。

WorkflowDefinition
已过时.

获取一个 Activity 表示工作流实例的当前工作流定义。

WorkflowDefinitionUpdated
已过时.

获取一个值,该值指示自上次 WorkflowDefinition 加载以来工作流是否已更新。

WorkflowEvents
已过时.

获取由运行时跟踪基础结构将此 SqlTrackingService 工作流实例发送到数据库的工作流跟踪记录的列表。

WorkflowInstanceId
已过时.

Guid适用的SqlTrackingWorkflowInstance工作流实例。

WorkflowInstanceInternalId
已过时.

获取或设置一个数字,该数字可用于在此工作流实例的单独视图中查找相关记录。

WorkflowType
已过时.

获取或设置 Type 工作流实例。

方法

名称 说明
Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
Refresh()
已过时.

更新此属性 SqlTrackingWorkflowInstance的属性数据。

ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于