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 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
- value
Type: Microsoft.Synchronization.Data.CreatingSchemaEventArgs
A CreatingSchemaEventArgs object that contains event data.