TransactionState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定目前 Compensating Resource Manager (CRM) 交易的狀態。
public enum class TransactionState
[System.Serializable]
public enum TransactionState
[<System.Serializable>]
type TransactionState =
Public Enum TransactionState
- 繼承
- 屬性
欄位
Aborted | 2 | 交易已中止。 |
Active | 0 | 交易是作用中的。 |
Committed | 1 | 交易已認可。 |
Indoubt | 3 | 交易有疑慮。 |