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
- 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