Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The ErrorRecords property returns a reference to the SQLReplErrors Collection (Replication ActiveX) collection maintained by the replication control.
Syntaxe
object.ErrorRecords
Paramètres
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Notes
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);