RepositoryObject Lock Method

Meta Data Services Programming

Meta Data Services Programming

RepositoryObject Lock Method

Use this method to lock the repository object. Locking the object prevents other processes from updating the object while you are working with it. The lock is released when you end the current transaction.

Syntax

Call object.Lock

The Lock method syntax has the following part.

Part Description
object An object expression that evaluates to a RepositoryObject

See Also

Repository Object

RepositoryObject Object