ReposProperty WriteToFile Method

Meta Data Services Programming

Meta Data Services Programming

ReposProperty WriteToFile Method

This method stores the contents of a binary large object (BLOB) or large text field to a file. You must specify a fully qualified path and file name.

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.WriteToFile(BSTR filename)

The WriteToFile method syntax has the following parts.

Part Description
object An object expression that evaluates to a ReposProperty object
BSTR filename The fully-qualified path and file name that stores the value of a BLOB or large text field
Remarks

After you write data, you can use the Close method to release memory and resources.

See Also

IReposPropertyLarge Interface

ReposProperty Close Method

ReposProperty Object

ReposProperty Write Method