Share via


IVsDataTransaction.RollbackTransaction Method

When implemented by a class, rolls back, or voids, a transaction and returns the new transaction level.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function RollbackTransaction As Integer
int RollbackTransaction()
int RollbackTransaction()
abstract RollbackTransaction : unit -> int
function RollbackTransaction() : int

Return Value

Type: System.Int32
An integer value indicating the new transaction level.

.NET Framework Security

See Also

Reference

IVsDataTransaction Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace