Metodo Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Sub Dispose
'Utilizzo
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()
Implementa
Osservazioni
When this method is called, any uncommitted transactions that the AdomdTransaction represents are rolled back by the Rollback method.
Vedere anche