SqlCeClientSyncProvider.OnCreatingSchema Method

Raises the CreatingSchema event.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

Syntax

'Declaration
Protected Overridable Sub OnCreatingSchema ( _
    value As CreatingSchemaEventArgs _
)
'Usage
Dim value As CreatingSchemaEventArgs

Me.OnCreatingSchema(value)
protected virtual void OnCreatingSchema(
    CreatingSchemaEventArgs value
)
protected:
virtual void OnCreatingSchema(
    CreatingSchemaEventArgs^ value
)
abstract OnCreatingSchema : 
        value:CreatingSchemaEventArgs -> unit 
override OnCreatingSchema : 
        value:CreatingSchemaEventArgs -> unit 
protected function OnCreatingSchema(
    value : CreatingSchemaEventArgs
)

Parameters

See Also

Reference

SqlCeClientSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace