Перечисление InDoubtTransactionResolutionType

Enumerates possible responses to in-doubt transactions.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Enumeration InDoubtTransactionResolutionType
'Применение
Dim instance As InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType
public enum class InDoubtTransactionResolutionType
type InDoubtTransactionResolutionType
public enum InDoubtTransactionResolutionType

Элементы

Имя элемента Описание
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