DbConnectionPropertyInterceptionContext<TValue>.Clone 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立攔截內容的複本以將新狀態新增至此方法時呼叫此方法。 使用此方法而不是直接呼叫建構函式可確保虛擬分派,讓新類型具有相同的類型 (,以及任何特殊狀態) 複製的內容。
protected override System.Data.Entity.Infrastructure.Interception.DbInterceptionContext Clone ();
override this.Clone : unit -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Protected Overrides Function Clone () As DbInterceptionContext
傳回
已複製所有狀態的新內容。