Méthode SfcCollection<T, K, ParentT>.ISfcCollection.PrepareMerge
Prepares to merge fresh query results into the existing collection. Ne faites pas directement référence à 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 PrepareMerge Implements ISfcCollection.PrepareMerge
'Utilisation
Dim instance As SfcCollection
CType(instance, ISfcCollection).PrepareMerge()
void ISfcCollection.PrepareMerge()
private:
virtual void PrepareMerge() sealed = ISfcCollection::PrepareMerge
private abstract PrepareMerge : unit -> unit
private override PrepareMerge : 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
A new internal collection is created that will be merge into and eventually replaces the current collection. When the ISfcCollection.FinishMerge method is called, the new collection becomes the inner collection.