Método SfcCollection<T, K, ParentT>.ISfcCollection.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
Private Sub FinishMerge Implements ISfcCollection.FinishMerge
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Implementa
Comentários
Swaps the temporary internal collection that has been accumulating since the ISfcCollection.PrepareMerge method was called, and deletes the old collection.