Share via


UnlockObject (clsDataSource)

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 an object of ClassType clsDataSource releases a lock on a data source object previously established by the LockObject method.

Syntax

object.UnlockObject    

Parameters

  • object
    The data source object from which to remove a lock.

Remarks

For a complete discussion of object locking, see LockObject.

See Also

Reference