Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
トランザクションを保留状態からロールバックします。
Public Sub Rollback(ByVal savePoint As String)
public void Rollback(string savePoint)
savePoint ロールバック先のセーブポイントの名前。
このトランザクションがロールバックできるのは、保留状態 (BeginTransaction が呼び出された後だが、Commit が呼び出される前) からのみです。