Contains the code of a SQL Server error.
property MSSQLErrorCode: integer;
Code of the SQL Server error. Refer to MSDN for detail description of errors code. Using MSSQLErrorCode is more preferable than using ErrorCode, as decoding the last one depends on the class of an error (EOLEDBError or EMSError).