SfcCollection<T, K, ParentT>.ISfcCollection.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
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Implementa
Comentarios
Swaps the temporary internal collection that has been accumulating since the ISfcCollection.PrepareMerge method was called, and deletes the old collection.