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.
This method failed to complete successfully.