Método SfcCollection<T, K, ParentT>.FinishMerge
Swaps the new collection for the old collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected MustOverride Sub FinishMerge
'Uso
Me.FinishMerge()
protected abstract void FinishMerge()
protected:
virtual void FinishMerge() abstract
abstract FinishMerge : unit -> unit
protected abstract function FinishMerge()
Comentários
Swaps the temporary internal collection that has been accumulating since the PrepareMerge method was called, and deletes the old collection.