Meta Data Services Programming

RepositoryTransaction Begin Method

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

Call object.Begin

The Begin method syntax has the following part.

Part Description
object An object expression that evaluates to a RepositoryTransaction object for the currently open Repository instance

See Also

Repository Transaction Property

RepositoryTransaction Object