The ErrorRecords property specifies the instance of the SQLReplErrors collection maintained by the replication control.
SQLDistribution Object | SQLMerge Object |
object.ErrorRecords
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
ErrorRecords is loaded when a replication control method fails. The error records in the collection are available until the next replication control method is called.
SQLReplErrors
Read-only
HRESULT get_ErrorRecords(SQLReplErrors *pVal);
SQLReplError Object |