SqlCeClientSyncProvider.OnCreatingSchema メソッド
CreatingSchema イベントを発生させます。
名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)
構文
'宣言
Protected Overridable Sub OnCreatingSchema ( _
value As CreatingSchemaEventArgs _
)
'使用
Dim value As CreatingSchemaEventArgs
Me.OnCreatingSchema(value)
protected virtual void OnCreatingSchema (
CreatingSchemaEventArgs value
)
protected:
virtual void OnCreatingSchema (
CreatingSchemaEventArgs^ value
)
protected void OnCreatingSchema (
CreatingSchemaEventArgs value
)
protected function OnCreatingSchema (
value : CreatingSchemaEventArgs
)
パラメーター
- value
イベント データを格納する CreatingSchemaEventArgs オブジェクト。
参照
リファレンス
SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間