UnlockObject (Role Interface)
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
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
Syntax
object.UnlockObject
Parameters
- object
The role object from which to remove a lock.
Remarks
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.