Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the SchemaCreated event.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Protected Overridable Sub OnSchemaCreated ( _
value As SchemaCreatedEventArgs _
)
'Usage
Dim value As SchemaCreatedEventArgs
Me.OnSchemaCreated(value)
protected virtual void OnSchemaCreated (
SchemaCreatedEventArgs value
)
protected:
virtual void OnSchemaCreated (
SchemaCreatedEventArgs^ value
)
protected void OnSchemaCreated (
SchemaCreatedEventArgs value
)
protected function OnSchemaCreated (
value : SchemaCreatedEventArgs
)
Parameters
- value
A SchemaCreatedEventArgs object that contains event data.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace