SubordinateTransaction 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可以委派的非根交易。 此類別無法獲得繼承。
public ref class SubordinateTransaction sealed : System::Transactions::Transaction
C#
public sealed class SubordinateTransaction : System.Transactions.Transaction
C#
[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 建構函式。 此類型的實例不是根交易,但可以委派。
Subordinate |
初始化 SubordinateTransaction 類別的新執行個體。 |
Isolation |
取得交易的隔離等級 (Isolation Level)。 (繼承來源 Transaction) |
Promoter |
可唯一識別 |
Transaction |
擷取交易的其他資訊。 (繼承來源 Transaction) |
Transaction |
指出交易已完成。 (繼承來源 Transaction) |
ISerializable. |
取得 SerializationInfo,其中含有序列化這個交易所需的資料。 (繼承來源 Transaction) |
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
.NET Standard | 2.0, 2.1 |
此型別具備執行緒安全。