IReposPropertyLarge::WriteToFile

Meta Data Services Programming

Meta Data Services Programming

IReposPropertyLarge::WriteToFile

This method configures the object to write the contents of the BLOB to a file.

Syntax

HRESULT WriteToFile (

    BSTR        FileName

);

Dispatch Identifier:   DISPID_IReposPropertyLarge_WriteToFile = 36

Parameters

FileName

[in]
The path of the file where the data is written.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposPropertyLarge Interface