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 네임스페이스