Bagikan melalui


SchemaCompareScriptService.SyncProgressStatusEvent Event

Occurs when the RaiseSyncProgressStatusEvent method is called.

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

Syntax

'Declaration
Public Event SyncProgressStatusEvent As EventHandler(Of CompareStatusEventArgs)
public event EventHandler<CompareStatusEventArgs> SyncProgressStatusEvent
public:
 event EventHandler<CompareStatusEventArgs^>^ SyncProgressStatusEvent {
    void add (EventHandler<CompareStatusEventArgs^>^ value);
    void remove (EventHandler<CompareStatusEventArgs^>^ value);
}
member SyncProgressStatusEvent : IEvent<EventHandler<CompareStatusEventArgs>,
    CompareStatusEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

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

RaiseSyncProgressStatusEvent