Поделиться через


LockObject (clsServer)

ms135485.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

The LockObject method of an object of ClassType clsServer locks the clsServer object to prevent multiple users from concurrently changing the object.

Синтаксис

object.LockObject(ByVal LockType As OlapLockTypes, ByVal LockDescription As String)

Параметры

  • object
    An object of ClassType clsServer.
  • LockType
    One of the constants defined in the OlapLockTypes enumeration. For more information, see OlapLockTypes.
  • sLockDescription
    A string containing the description of the lock, available to other applications attempting to obtain a lock.

Замечания

For more information about object locking, see LockObject.

См. также

Справочник

clsServer

Справка и поддержка

Получение помощи по SQL Server 2005