Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs after the schema is created at the client for each table.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Event SchemaCreated As EventHandler(Of SchemaCreatedEventArgs)
public event EventHandler<SchemaCreatedEventArgs> SchemaCreated
public:
event EventHandler<SchemaCreatedEventArgs^>^ SchemaCreated {
void add (EventHandler<SchemaCreatedEventArgs^>^ value);
void remove (EventHandler<SchemaCreatedEventArgs^>^ value);
}
/** @event */
public void add_SchemaCreated (EventHandler<SchemaCreatedEventArgs> value)
/** @event */
public void remove_SchemaCreated (EventHandler<SchemaCreatedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace