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);
}
member CreatingSchema : IEvent<EventHandler<CreatingSchemaEventArgs>,
CreatingSchemaEventArgs>