UnlockAllObjects (clsServer)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The UnlockAllObjects method of an object of ClassType clsServer removes all locks issued by the current session from objects in the server's object model.
Синтаксис
bRet = object.UnlockAllObjects
Параметры
- bRet
A Boolean variable. This value is set to True if the method is successful and False otherwise.
- object
An object of ClassType clsServer.
Пример
The following example removes all current locks:
' Assume dsoServer is connected to Analysis Services.
dsoServer.UnlockAllObjects