LinkedTransactionFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the linked undo transaction is strict or not.
This enumeration supports a bitwise combination of its member values.
public enum class LinkedTransactionFlags
public enum class LinkedTransactionFlags
enum LinkedTransactionFlags
[System.Flags]
public enum LinkedTransactionFlags
[<System.Flags>]
type LinkedTransactionFlags =
Public Enum LinkedTransactionFlags
- Inheritance
-
LinkedTransactionFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
mdtDefault | 0 | Specifies the transaction to be non-strict. |
mdtStrict | 1 | Specifies the transaction to be strict. |
Remarks
COM Signature
From textmgr.idl: