LockObject (clsServer)

ms135485.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

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.

Hinweise

For more information about object locking, see LockObject.

Siehe auch

Verweis

clsServer

Hilfe und Informationen

Informationsquellen für SQL Server 2005