UnlockObject (MDStore Interface)

ObservaçãoObservação

  Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam.

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

Sintaxe

object.UnlockObject    

Parâmetros

  • object
    The MDStore object to unlock.

Comentários

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.

Consulte também

Referência