共用方式為


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 中)

語法

'宣告
Sub PrepareMerge
'用途
Dim instance As ISfcCollection

instance.PrepareMerge()
void PrepareMerge()
void PrepareMerge()
abstract PrepareMerge : unit -> unit 
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.