IRepositoryODBC2::GetOption

Meta Data Services Programming

Meta Data Services Programming

IRepositoryODBC2::GetOption

This method obtains the value of the load option.

Syntax

HRESULT GetOption(     long iOption,
    VARIANT *psValue);

Parameters

iOption

[in]
RODBC_ASYNCH.

psValue

[out, retval]
VARIANT_TRUE or VARIANT_FALSE, depending upon whether the RODBC_ASYNCH option has been set.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryODBC Interface

IRepositoryODBC2 Interface

IRepositoryODBC2::SetOption