Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.