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