RollbackTransaction Method (Int64, String, SmiEventSink)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Rolls back the current transaction. The assembly that contains this class has a friend relationship with SQLAccess.dll.  It is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Namespace: Microsoft.SqlServer.Server

Assembly: System.Data (in System.Data.dll)

MustOverride Sub RollbackTransaction(ByVal transactionId As Long, ByVal savePointName As String, ByVal eventSink As SmiEventSink)
internal abstract void RollbackTransaction (long transactionId, string savePointName, SmiEventSink eventSink);

Parameters

Parameter

Description

transactionId

The Id for the transaction to rollback.

savePointName

The name of the transaction save point to rollback to.

eventSink

The SmiEventSink object to be used for event callbacks from the server.

Version Information

.NET Framework

Supported in: 2.0