LockObject (clsServer)
Hinweis |
---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
The LockObject method of an object of ClassType clsServer locks the clsServer object to prevent multiple users from concurrently changing the object.
Syntax
object.LockObject(ByVal LockType As OlapLockTypes, ByVal LockDescription As String)
Parameter
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.