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.
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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间