Compartilhar via


Método AdomdTransaction.Dispose

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

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

Sintaxe

'Declaração
Public Sub Dispose
'Uso
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()

Implementa

IDisposable.Dispose()

Comentários

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

Consulte também

Referência

AdomdTransaction Classe

Namespace Microsoft.AnalysisServices.AdomdClient