SfcCollection<T, K, ParentT>.ISfcCollection.FinishMerge Method

Swaps the new collection for the old collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private Sub FinishMerge Implements ISfcCollection.FinishMerge
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ISfcCollection.FinishMerge()

Remarks

Swaps the temporary internal collection that has been accumulating since the ISfcCollection.PrepareMerge method was called, and deletes the old collection.

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace