Meta Data Services Programming
RepositoryObject Delete Method
This method deletes a repository object from the repository. Any relationships that connect the object to other objects are deleted. If the repository object is an origin object of a relationship collection, and the relationship type indicates that deletes are to be propagated, all of the destination objects are also deleted.
Syntax
Call object.Delete
The Delete method syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryObject |