SfcCollection<T, K, ParentT>.FinishMerge Método
Swaps the new collection for the old collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected MustOverride Sub FinishMerge
'Uso
Me.FinishMerge()
protected abstract void FinishMerge()
protected:
virtual void FinishMerge() abstract
abstract FinishMerge : unit -> unit
protected abstract function FinishMerge()
Comentarios
Swaps the temporary internal collection that has been accumulating since the PrepareMerge method was called, and deletes the old collection.