SfcCollection<T, K, ParentT>.ISfcCollection.FinishMerge 메서드

Swaps the new collection for the old collection. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Private Sub FinishMerge Implements ISfcCollection.FinishMerge
‘사용 방법
Dim instance As SfcCollection 

CType(instance, ISfcCollection).FinishMerge()
void ISfcCollection.FinishMerge()
private:
virtual void FinishMerge() sealed = ISfcCollection::FinishMerge
private abstract FinishMerge : unit -> unit  
private override FinishMerge : unit -> unit
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

구현

ISfcCollection.FinishMerge()

주의

Swaps the temporary internal collection that has been accumulating since the ISfcCollection.PrepareMerge method was called, and deletes the old collection.

참고 항목

참조

SfcCollection<T, K, ParentT> 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스