LockTimeout (clsServer)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The LockTimeout property of an object of ClassType clsServer sets or returns the amount of time until a lock request fails due to timeout.
Data Type
Long
Access
Read/write
Замечания
The value of this property must not be less than zero. The default is 20 seconds. For more information about locking a server, see LockObject, UnlockObject, and UnlockAllObjects.