Événement CreatingSchema
Se produit avant la création du schéma sur le client pour chaque table.
Espace de noms : Microsoft.Synchronization.Data.SqlServerCe
Assembly : Microsoft.Synchronization.Data.SqlServerCe (dans Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Event CreatingSchema As EventHandler(Of CreatingSchemaEventArgs)
'Utilisation
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of CreatingSchemaEventArgs)
AddHandler instance.CreatingSchema, handler
public event EventHandler<CreatingSchemaEventArgs> CreatingSchema
public:
event EventHandler<CreatingSchemaEventArgs^>^ CreatingSchema {
void add (EventHandler<CreatingSchemaEventArgs^>^ value);
void remove (EventHandler<CreatingSchemaEventArgs^>^ value);
}
member CreatingSchema : IEvent<EventHandler<CreatingSchemaEventArgs>,
CreatingSchemaEventArgs>
Voir aussi
Référence
SqlCeClientSyncProvider Classe