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