SqlCeClientSyncProvider.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);
}
/** @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.

参照

リファレンス

SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間