Поделиться через


Метод AdomdTransaction.Dispose

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Sub Dispose
'Применение
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()

Реализует

IDisposable.Dispose()

Замечания

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

См. также

Справочник

AdomdTransaction Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient