IReposPropertyLarge::Size

Meta Data Services Programming

Meta Data Services Programming

IReposPropertyLarge::Size

The Size property contains the size (in bytes) of a binary large object (BLOB) or large text field.

Syntax

HRESULT Size (

    LONG........*plSize

);

Dispatch Identifier:   DISPID_IReposPropertyLarge_Size = 32

Parameters

*plSize

[out]
The size of the BLOB.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposPropertyLarge Interface