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 命名空間