Partager via


Méthode AdomdTransaction.Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Sub Dispose
'Utilisation
Dim instance As AdomdTransaction

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit  
override Dispose : unit -> unit
public final function Dispose()

Implémente

IDisposable.Dispose()

Notes

When this method is called, any uncommitted transactions that the AdomdTransaction represents are rolled back by the Rollback method.

Voir aussi

Référence

AdomdTransaction Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient