Replication Programming
Description Property
The Description property returns a string that describes the error defined by a SQLReplError object.
Applies To
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);