Compartir a través de


ISfcCollection.PrepareMerge Método

Prepares to merge fresh query results into the existing 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 PrepareMerge Implements ISfcCollection.PrepareMerge
'Uso
Dim instance As SfcCollection

CType(instance, ISfcCollection).PrepareMerge()
void ISfcCollection.PrepareMerge()
private:
virtual void PrepareMerge() sealed = ISfcCollection::PrepareMerge
private abstract PrepareMerge : unit -> unit 
private override PrepareMerge : unit -> unit 
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Implementa

ISfcCollection. . :: . .PrepareMerge() () () ()

Comentarios

A new internal collection is created that will be merge into and eventually replaces the current collection. When the ISfcCollection..::..FinishMerge method is called, the new collection becomes the inner collection.