Freigeben über


SfcCollection<T, K, ParentT>.ISfcCollection.FinishMerge-Methode

Swaps the new collection for the old collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Implementiert

ISfcCollection.FinishMerge()

Hinweise

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

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace