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.