IRepositoryTransaction::GetOption

Meta Data Services Programming

Meta Data Services Programming

IRepositoryTransaction::GetOption

This method retrieves the value of a transaction option for an open Microsoft® SQL Server™ 2000 Meta Data Services instance.

Syntax

HRESULT GetOption(     long           iOption,
    VARIANT
*psValue
);

Parameters

iOption

[in]
The transaction option to retrieve. For more information about valid values and their meanings, see TransactionFlags Enumeration.

*psValue

[out]
The value of the specified transaction option.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryTransaction Interface

IRepositoryTransaction::Abort