IRepositoryTransaction::Begin

Meta Data Services Programming

Meta Data Services Programming

IRepositoryTransaction::Begin

This method increments the nested transaction count by one. If there is no active transaction, this method begins a transaction for the open repository instance.

Syntax

HRESULT Begin(void);

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryTransaction Interface