Share via


SchemaCompareScriptService.RaiseSyncProgressStatusEvent Method

Raises the SyncCompletedEvent by using the provided message and number.

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

Syntax

'Declaration
Protected Overridable Sub RaiseSyncProgressStatusEvent ( _
    message As String, _
    percentage As Integer _
)
protected virtual void RaiseSyncProgressStatusEvent(
    string message,
    int percentage
)
protected:
virtual void RaiseSyncProgressStatusEvent(
    String^ message, 
    int percentage
)
abstract RaiseSyncProgressStatusEvent : 
        message:string * 
        percentage:int -> unit 
override RaiseSyncProgressStatusEvent : 
        message:string * 
        percentage:int -> unit 
protected function RaiseSyncProgressStatusEvent(
    message : String, 
    percentage : int
)

Parameters

  • message
    Type: System.String
    A string that optionally contains a message.
  • percentage
    Type: System.Int32
    An int that represents the percentage of the process that has completed.

Remarks

Called by the UpdateTargetDatabase method.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

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

SyncCompletedEvent

UpdateTargetDatabase