次の方法で共有


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
)
abstract OnCreatingSchema : 
        value:CreatingSchemaEventArgs -> unit 
override OnCreatingSchema : 
        value:CreatingSchemaEventArgs -> unit 
protected function OnCreatingSchema(
    value : CreatingSchemaEventArgs
)

パラメーター

参照

参照

SqlCeClientSyncProviderクラス

SqlCeClientSyncProvider メンバー

Microsoft.Synchronization.Data.SqlServerCe 名前空間