共用方式為


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 命名空間