UnlockObject (MDStore Interface)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
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
Синтаксис
object.UnlockObject
Параметры
- object
The MDStore object to unlock.
Замечания
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.
См. также
Справочник
LockObject (MDStore Interface)
MDStore Interface