ErrorRecords Property (Replication ActiveX)
The ErrorRecords property returns a reference to the SQLReplErrors Collection (Replication ActiveX) collection maintained by the replication control.
语法
object.ErrorRecords
参数
Part | Description |
---|---|
object |
Expression that evaluates to an object in the Applies To list. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
备注
The SQLReplErrors Collection (Replication ActiveX) collection is loaded when a control method fails. The error records in the collection are available until the next replication control method is called.
Data Type
SQLReplErrors Collection (Replication ActiveX)
Modifiable
Read-only
Prototype C/C++
HRESULT ErrorRecords(ISQLReplErrors** pVal);