UnlockAllObjects (clsServer)
[!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 UnlockAllObjects method of an object of ClassType clsServer removes all locks issued by the current session from objects in the server's object model.
Sintassi
bRet = object.UnlockAllObjects
Parametri
bRet
A Boolean variable. This value is set to True if the method is successful and False otherwise.object
An object of ClassType clsServer.
Esempio
The following example removes all current locks:
' Assume dsoServer is connected to Analysis Services.
dsoServer.UnlockAllObjects