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
Sub PrepareMerge
'Uso
Dim instance As ISfcCollection
instance.PrepareMerge()
void PrepareMerge()
void PrepareMerge()
abstract PrepareMerge : unit -> unit
function PrepareMerge()
Comentarios
A new internal collection is created that will be merge into and eventually replaces the current collection. When the FinishMerge method is called, the new collection becomes the inner collection.