Condividi tramite


Enumerazione InDoubtTransactionResolutionType

Enumerates possible responses to in-doubt transactions.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Enumeration InDoubtTransactionResolutionType
'Utilizzo
Dim instance As InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType
public enum class InDoubtTransactionResolutionType
type InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType

Membri

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo