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 Overrides Sub PrepareMerge
'用途
Me.PrepareMerge()
protected override void PrepareMerge()
protected:
virtual void PrepareMerge() override
abstract PrepareMerge : unit -> unit
override PrepareMerge : unit -> unit
protected override 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.