ReposProperty Close Method

Meta Data Services Programming

Meta Data Services Programming

ReposProperty Close Method

This method directs the repository engine to stop reading from or writing to a binary large object (BLOB) or large text field.

This method is not attached to the default interface for the repository Automation object; it is attached to the IReposPropertyLarge interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

Call object.Close

The Close method syntax has the following part.

Part Description
object An object expression that evaluates to a ReposProperty object
Remarks

When you release a property object, the repository engine automatically closes a BLOB or large text field for you. However, if you want to free up memory or terminate a read-write operation before releasing an object, you can use Close to do so.

Be aware that if you keep an object in memory and you have not called Close before committing a transaction, a Write operation will not be committed during the transaction.

See Also

IReposPropertyLarge Interface

ReposProperty Object

ReposProperty Read Method

ReposProperty Write Method