OnStartTableDownload Method (Replication)

The OnStartTableDownload method is called at the start of the download of each user table from the publisher to the subscriber.

Syntax

object.OnStartTableDownload(const WCHAR* wszTableName)

Parameters

  • wszTableName
    Specifies the name of the table being processed.

Applies To

SQL Server Compact 3.5 Replication object

Prototype

HRESULT OnStartTableDownload (const WCHAR* wszTableName); 

Remarks

Some schema scenarios cause user data to be put into the retry cache. In these cases, the OnStartTableDownload method might return the same table name more than one time.

See Also

Reference

Replication Status Reporting Interface

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)