OracleConnectionStringBuilder.OmitOracleConnectionName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個旗標,使早期版本的 Oracle (8.1.7.4.1 之前)能進行交易回滾。
public:
property bool OmitOracleConnectionName { bool get(); void set(bool value); };
public bool OmitOracleConnectionName { get; set; }
member this.OmitOracleConnectionName : bool with get, set
Public Property OmitOracleConnectionName As Boolean
屬性值
true 若啟用交易回滾;否則 false。
備註
當設定為 true時,此特性可防止早期版本 Oracle(8.1.7.4.1 之前)嘗試回滾交易時發生某些錯誤。