常見(jiàn)例句Use the appropriate isolation level. 使用合適的隔離級(jí)別。SET TRANSACTION ISOLATION LEVEL SERIALIZABLE Begin Transaction. 在事務(wù)開(kāi)始之前加上設(shè)置事務(wù)的級(jí)別The query is executed at the current isolation level. 查詢?cè)诋?dāng)前隔離級(jí)別上執(zhí)行。Always use transaction isolation level set to Serializable. 總是將事務(wù)隔離級(jí)別設(shè)置為序列的。Transaction isolation level is set as a property of the Connection object. 事務(wù)隔離級(jí)別是作為Connection對(duì)象的屬性設(shè)置的。Isolation level with which the transaction for this request is created. 創(chuàng)建此請(qǐng)求的事務(wù)時(shí)所用的隔離級(jí)別。 返回 Isolation-Level