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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareScriptService Class