RepositoryTransaction Abort Method

Meta Data Services Programming

Meta Data Services Programming

RepositoryTransaction Abort Method

This method cancels the currently active transaction for an open repository instance. All updates made during the transaction are rolled back. The nested transaction count is set to zero.

Syntax

Call object.Abort

The Abort 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