Метод Rollback
Rolls back a transaction in a pending state that the AdomdTransaction represents.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Sub Rollback
'Применение
Dim instance As AdomdTransaction
instance.Rollback()
public void Rollback()
public:
virtual void Rollback() sealed
abstract Rollback : unit -> unit
override Rollback : unit -> unit
public final function Rollback()