ODBCPrefix Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The ODBCPrefix property controls error and status message text formatting for a SQL Distributed Management Objects (SQL-DMO) application.
Синтаксис
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);
Замечания
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.