Compartir a través de


AdomdTransaction.Dispose Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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()

Comentarios

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

Vea también

Referencia

AdomdTransaction Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient