Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Enumerates possible responses to in-doubt transactions.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Enumeration InDoubtTransactionResolutionType
'Usage
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. | |
| 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. |