StatusReportingHandler Property (Replication)
The StatusReportingHandler property provides a pointer to the ISSCEStatusReporting interface.
Syntax
object.StatusReportingHandler [= value]
Parameters
- value
A pointer to an ISSCEStatusReporting instance.
Applies To
SQL Server 2005 Compact Edition Replication object
Modifiable
Read/write
Prototype
HRESULT get_StatusReportingHandler(ISSCEStatusReporting **ppVal);
HRESULT put_StatusReportingHandler(ISSCEStatusReporting *newVal);