Description Property

Replication Programming

Replication Programming

Description Property

The Description property returns a string that describes the error defined by a SQLReplError object.

Applies To

SQLReplError Object

Syntax

object.Description

Part Description
object Expression that evaluates to a SQLReplError object.
Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT Description(BSTR pVal);

HRESULT Description(BSTR* pVal);

See Also

ErrorNumber Property

ErrorNumberString Property

Source Property

SourceType Property