Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The SourceType property returns the type of the source of the error information.
Syntax
object.SourceType [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLReplError object. |
value |
Value from the ERRORSOURCE_TYPE enumeration. |
Applies To
SQLReplError Object (Replication ActiveX)
Data Type
ERRORSOURCE_TYPE (Replication ActiveX)
Modifiable
Read-only
Prototype (C/C++)
HRESULT SourceType(ERRORSOURCE_TYPE pVal);
HRESULT SourceType(ERRORSOURCE_TYPE* pVal);
Siehe auch
Verweis
Description Property (Replication ActiveX)
ErrorNumber Property (Replication ActiveX)
ErrorNumberString Property (Replication ActiveX)
Source Property (Replication ActiveX)