SubordinateTransaction 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可以委托的一个非根事务。 此类不能被继承。
public ref class SubordinateTransaction sealed : System::Transactions::Transaction
public sealed class SubordinateTransaction : System.Transactions.Transaction
[System.Serializable]
public sealed class SubordinateTransaction : System.Transactions.Transaction
type SubordinateTransaction = class
inherit Transaction
[<System.Serializable>]
type SubordinateTransaction = class
inherit Transaction
Public NotInheritable Class SubordinateTransaction
Inherits Transaction
- 继承
- 属性
注解
此类派生自 Transaction 并提供采用 接口实现的 ISimpleTransactionSuperior 构造函数。 此类型的实例不是根事务,但可以委托。
构造函数
SubordinateTransaction(IsolationLevel, ISimpleTransactionSuperior) |
初始化 SubordinateTransaction 类的新实例。 |
属性
IsolationLevel |
获取事务的隔离级别。 (继承自 Transaction) |
PromoterType |
对提升事务时由 Promote 方法返回的 |
TransactionInformation |
检索有关某个事务的附加信息。 (继承自 Transaction) |
方法
事件
TransactionCompleted |
指示事务已完成。 (继承自 Transaction) |
显式接口实现
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
获取含有序列化此事务所需要的数据的 SerializationInfo 。 (继承自 Transaction) |
适用于
线程安全性
此类型是线程安全的。