UnlockObject (MDStore Interface)
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 UnlockObject method of the MDStore interface releases a lock on an MDStore object previously established by the LockObject method.
Applies To:clsCube, clsDatabase, clsPartition
Syntax
object.UnlockObject
Parameter
- object
The MDStore object to unlock.
Hinweise
If an application that created one or more locks terminates before freeing them with the UnlockObject method, the Analysis server automatically releases the locks when the connection with the application is closed.