The Source property returns or sets the name of the source where the error occurred.
object.Source [= pVal]
Part | Description |
---|---|
object | Expression that evaluates to a SQLReplError object. |
pVal | Name of the source where the error occurred. |
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT Source(BSTR pVal);
HRESULT Source(BSTR* pVal);