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()
實作
備註
When this method is called, any uncommitted transactions that the AdomdTransaction represents are rolled back by the Rollback method.