Share via


Evento SqlCeClientSyncProvider.CreatingSchema

Ocorre antes de o esquema ser criado no cliente para cada tabela.

Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (em microsoft.synchronization.data.sqlserverce.dll)

Sintaxe

'Declaração
Public Event CreatingSchema As EventHandler(Of CreatingSchemaEventArgs)
'Uso
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);
}
/** @event */
public void add_CreatingSchema (EventHandler<CreatingSchemaEventArgs> value)

/** @event */
public void remove_CreatingSchema (EventHandler<CreatingSchemaEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

Consulte também

Referência

Classe SqlCeClientSyncProvider
Membros SqlCeClientSyncProvider
Namespace Microsoft.Synchronization.Data.SqlServerCe