Rollback 메서드
Rolls back a transaction in a pending state that the AdomdTransaction represents.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
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()