Analysis Services Programming
UnlockObject (clsDataSource)
The UnlockObject method of an object of ClassType clsDataSource releases a lock on a data source object previously established by the LockObject method.
Syntax
object.UnlockObject
object
The data source object from which to remove a lock.
Remarks
For a complete discussion of object locking, see LockObject.