Поделиться через


Метод PrepareMerge

Prepares to merge fresh query results into the existing collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected MustOverride Sub PrepareMerge
'Применение

Me.PrepareMerge()
protected abstract void PrepareMerge()
protected:
virtual void PrepareMerge() abstract
abstract PrepareMerge : unit -> unit 
protected abstract function PrepareMerge()

Замечания

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.