Méthode Rollback
Rolls back a transaction in a pending state that the AdomdTransaction represents.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub Rollback
'Utilisation
Dim instance As AdomdTransaction
instance.Rollback()
public void Rollback()
public:
virtual void Rollback() sealed
abstract Rollback : unit -> unit
override Rollback : unit -> unit
public final function Rollback()