AdomdTransaction.Dispose Method

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

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

Syntax

'Declaration
Public Sub Dispose
'Usage
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()

Implements

IDisposable.Dispose()

Remarks

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

See Also

Reference

AdomdTransaction Class

Microsoft.AnalysisServices.AdomdClient Namespace