The OnStartTableDownload method is called at the start of the download of each user table from the publisher to the subscriber.
object.OnStartTableDownload(const WCHAR* wszTableName)
Applies To
SQL Server Compact 3.5 Replication object
- wszTableName
Specifies the name of the table being processed.
Prototype
HRESULT OnStartTableDownload (const WCHAR* wszTableName);
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.