Aracılığıyla paylaş


InDoubtTransactionResolutionType Enumeration

Enumerates possible responses to in-doubt transactions.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Enumeration InDoubtTransactionResolutionType
'Kullanım
Dim instance As InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType
public enum class InDoubtTransactionResolutionType
type InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType

Members

Member name Description
NoPresumption Recovery fails if Microsoft Distributed Transaction Coordinator cannot resolve any in-doubt transactions.
PresumeCommit Any Microsoft Distributed Transaction Coordinator in-doubt transactions are presumed to have aborted.
PresumeAbort Any Microsoft Distributed Transaction Coordinator in-doubt transactions are presumed to have committed

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace