SourceType Property
The SourceType property specifies the type of the source of the error information.
Applies To
Syntax
object.SourceType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SQLReplError object. |
| value | Value from the ERRORSOURCE_TYPE enumeration. |
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT SourceType(ERRORSOURCE_TYPE pVal);
HRESULT SourceType(ERRORSOURCE_TYPE* pVal);