OnStartTableDownload Delegate

서버에서 테이블의 변경 내용을 다운로드하기 시작할 때 발생하는 이벤트에 대한 사용자 정의 대리자입니다.

네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(system.data.sqlserverce.dll에 있음)

구문

‘선언
Public Delegate Sub OnStartTableDownload ( _
    ar As IAsyncResult, _
    tableName As String _
)
public delegate void OnStartTableDownload (
    IAsyncResult ar,
    string tableName
)
public delegate void OnStartTableDownload (
    IAsyncResult^ ar, 
    String^ tableName
)
/** @delegate */
public delegate void OnStartTableDownload (
    IAsyncResult ar, 
    String tableName
)
JScript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

  • tableName
    서버에서 다운로드하고 있는 테이블의 이름입니다.

주의

이 대리자는 데이터베이스에 있는 각 테이블의 변경 내용을 서버에서 다운로드할 때 사용됩니다.

플랫폼

개발 플랫폼

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
버전 정보
.NET Framework 및 NET Compact Framework
3.5에서 지원됨
.NET Framework
3.0에서 지원됨
.NET Compact Framework 및 .Net Framework
2.0에서 지원됨

참고 항목

참조

System.Data.SqlServerCe Namespace