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
)
abstract OnSchemaCreated :
value:SchemaCreatedEventArgs -> unit
override OnSchemaCreated :
value:SchemaCreatedEventArgs -> unit
protected function OnSchemaCreated(
value : SchemaCreatedEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.SchemaCreatedEventArgs
A SchemaCreatedEventArgs object that contains event data.