Share via


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