Condividi tramite


UnlockObject (Role Interface)

[!NOTA]

  Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

The UnlockObject method of the Role interface releases a lock on a role object that has been previously established by the LockObject method.

Applies To:clsDatabaseRole

Sintassi

object.UnlockObject    

Parametri

  • object
    The role object from which to remove a lock.

Osservazioni

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.

Vedere anche

Riferimento