Метод SfcCollection<T, K, ParentT>.FinishMerge
Swaps the new collection for the old collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected MustOverride Sub FinishMerge
'Применение
Me.FinishMerge()
protected abstract void FinishMerge()
protected:
virtual void FinishMerge() abstract
abstract FinishMerge : unit -> unit
protected abstract function FinishMerge()
Замечания
Swaps the temporary internal collection that has been accumulating since the PrepareMerge method was called, and deletes the old collection.