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