Configuration.InDoubtTransactionResolution Property

Definition

Use the in-doubt xact resolution option to control the default outcome of transactions that the Microsoft Distributed Transaction Coordinator (MS DTC) is unable to resolve. Inability to resolve transactions may be related to the MS DTC down time or an unknown transaction outcome at the time of recovery. 0 - No presumption. Recovery fails if MS DTC cannot resolve any in-doubt transactions. 1 - Presume commit. Any MS DTC in-doubt transactions are presumed to have committed. 2 - Presume abort. Any MS DTC in-doubt transactions are presumed to have aborted.

public Microsoft.SqlServer.Management.Smo.ConfigProperty InDoubtTransactionResolution { get; }
member this.InDoubtTransactionResolution : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property InDoubtTransactionResolution As ConfigProperty

Property Value

Applies to