Share via


SchemaCompareScriptService.RaiseSyncCompletedEvent Method

Raises the SyncCompletedEvent.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected Overridable Sub RaiseSyncCompletedEvent
protected virtual void RaiseSyncCompletedEvent()
protected:
virtual void RaiseSyncCompletedEvent()
abstract RaiseSyncCompletedEvent : unit -> unit 
override RaiseSyncCompletedEvent : unit -> unit 
protected function RaiseSyncCompletedEvent()

Remarks

Called by the UpdateTargetDatabase method after all synchronization has completed.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

UpdateTargetDatabase