ODBCPrefix Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The ODBCPrefix property controls error and status message text formatting for a SQL Distributed Management Objects (SQL-DMO) application.
Sintaxe
object
.ODBCPrefix [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetODBCPrefix(LPBOOL pRetVal);
HRESULT SetODBCPrefix(BOOL NewValue);
Comentários
If TRUE, descriptive error text is prefixed by indicators of error source.
If FALSE, SQL-DMO strips error source indicators and returns only the error message text.