다음을 통해 공유


SqlCeClientSyncProvider.CreatingSchema 이벤트

클라이언트에서 각 테이블에 대한 스키마가 만들어지기 전에 발생합니다.

네임스페이스: Microsoft.Synchronization.Data.SqlServerCe
어셈블리: microsoft.synchronization.data.sqlserverce.dll의 Microsoft.Synchronization.Data.SqlServerCe

구문

‘선언
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 네임스페이스