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