Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Source property returns the name of the source where the error occurred.
Syntax
object.Source [= pVal]
Part | Description |
---|---|
object |
Expression that evaluates to a SQLReplError object. |
pVal |
Name of the source where the error occurred. |
Applies To
SQLReplError Object (Replication ActiveX)
Data Type
String
Modifiable
Read-only
Prototype (C/C++)
HRESULT Source(BSTR pVal);
HRESULT Source(BSTR* pVal);
See Also
Reference
Description Property (Replication ActiveX)
ErrorNumber Property (Replication ActiveX)
ErrorNumberString Property (Replication ActiveX)
SourceType Property (Replication ActiveX)