RelationalSyncProvider.ChangesApplied 이벤트
업로드 도중, 데이터베이스 연결이 끊기기 전에 변경 내용을 적용한 후 발생합니다.
이 이벤트는 CLS와 호환되지 않습니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
‘사용 방법
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)
AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
/** @event */
public void add_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)
/** @event */
public void remove_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
참고 항목
참조
RelationalSyncProvider 클래스
RelationalSyncProvider 멤버
Microsoft.Synchronization.Data 네임스페이스