Méthode ISfcCollection.FinishMerge
Swaps the new collection for the old collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Private Sub FinishMerge Implements ISfcCollection.FinishMerge
'Utilisation
Dim instance As SfcCollection
CType(instance, ISfcCollection).FinishMerge()
void ISfcCollection.FinishMerge()
private:
virtual void FinishMerge() sealed = ISfcCollection::FinishMerge
private abstract FinishMerge : unit -> unit
private override FinishMerge : unit -> unit
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Implémente
Notes
Swaps the temporary internal collection that has been accumulating since the ISfcCollection..::..PrepareMerge method was called, and deletes the old collection.