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
)

参数

请参阅

参考

SqlCeClientSyncProvider 类
SqlCeClientSyncProvider 成员
Microsoft.Synchronization.Data.SqlServerCe 命名空间