AdomdTransaction.Rollback Method ()

 

Rolls back a transaction in a pending state that the AdomdTransaction represents.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public void Rollback()
public:
virtual void Rollback() sealed
abstract Rollback : unit -> unit
override Rollback : unit -> unit
Public Sub Rollback

Implements

IDbTransaction.Rollback()

See Also

AdomdTransaction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top