Поделиться через


Событие CreatingSchema

Возникает перед созданием схемы на клиенте для каждой из таблиц.

Пространство имен:  Microsoft.Synchronization.Data.SqlServerCe
Сборка:  Microsoft.Synchronization.Data.SqlServerCe (в Microsoft.Synchronization.Data.SqlServerCe.dll)

Синтаксис

'Декларация
Public Event CreatingSchema As EventHandler(Of CreatingSchemaEventArgs)
'Применение
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>

См. также

Справочник

SqlCeClientSyncProvider Класс

Элементы SqlCeClientSyncProvider

Пространство имен Microsoft.Synchronization.Data.SqlServerCe