Meta Data Services Programming
ReposProperty Write Method
This method takes data and writes it to a binary large object (BLOB) or large text field, starting at the current position.
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.Write(psBlob)
The Write method syntax has the following parts.
Part | Description |
---|---|
object | An object expression that evaluates to a ReposProperty object |
psBlob | A Variant pointer to the location where data is to be written. The location you specify must contain the amount of preallocated memory |
Remarks
After you write data, you can use the Close method to release memory and resources.