Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Rolls back, or voids, a transaction and returns the new current transaction level.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub RollbackTransactionCore
protected virtual void RollbackTransactionCore()
protected:
virtual void RollbackTransactionCore()
abstract RollbackTransactionCore : unit -> unit
override RollbackTransactionCore : unit -> unit
protected function RollbackTransactionCore()
Remarks
An integer value indicating the new current transaction level.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.