Metodo SfcCollection<T, K, ParentT>.ISfcCollection.FinishMerge
Swaps the new collection for the old collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Private Sub FinishMerge Implements ISfcCollection.FinishMerge
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Implementa
Osservazioni
Swaps the temporary internal collection that has been accumulating since the ISfcCollection.PrepareMerge method was called, and deletes the old collection.