WorkflowTransactionOptions 类
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
工作流事务类型选项的容器。Container for workflow transaction type options. 此类不能被继承。This class cannot be inherited.
public ref class WorkflowTransactionOptions sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type WorkflowTransactionOptions = class
inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowTransactionOptions = class
inherit DependencyObject
Public NotInheritable Class WorkflowTransactionOptions
Inherits DependencyObject
- 继承
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。This material discusses types and namespaces that are obsolete. 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
构造函数
| WorkflowTransactionOptions() |
初始化 WorkflowTransactionOptions 类的新实例。Initializes a new instance of the WorkflowTransactionOptions class. |
字段
| IsolationLevelProperty |
表示 DependencyProperty 的 IsolationLevel。The DependencyProperty representing IsolationLevel. |
| TimeoutDurationProperty |
表示 DependencyProperty 的 TimeoutDuration。The DependencyProperty representing TimeoutDuration. |
属性
| DesignMode |
获取一个值,该值指示此实例是处于设计模式还是运行时模式。Gets the value that indicates whether this instance is in design or run-time mode. (继承自 DependencyObject) |
| IsolationLevel |
获取或设置事务的 IsolationLevel。Gets or sets the IsolationLevel for the transaction. |
| ParentDependencyObject |
获取 DependencyObject 图中的父 DependencyObject。Gets the parent DependencyObject in the DependencyObject graph. (继承自 DependencyObject) |
| Site |
获取或设置对 Site 的 DependencyObject 组件的引用。Gets or sets a reference to the Site component of the DependencyObject. (继承自 DependencyObject) |
| TimeoutDuration |
获取或设置表示事务超时期限的 TimeSpan。Gets or sets the TimeSpan representing the time-out period for the transaction. |
| UserData |
获取一个 IDictionary,它将自定义数据与此类实例关联。Gets an IDictionary that associates custom data with this class instance. (继承自 DependencyObject) |
方法
显式接口实现
| IComponent.Disposed |
表示处理组件的“Disposed”事件的方法。Represents the method that handles the Disposed event of a component. (继承自 DependencyObject) |