共用方式為


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

語法

'宣告
Private Sub PrepareMerge Implements ISfcCollection.PrepareMerge
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

實作

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

備註

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.