SqlCeClientSyncProvider.OnSchemaCreated Method

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

See Also

Reference

SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace