Meta Data Services Programming
Workspace Delete Method
This method deletes the workspace from the repository. Any relationships that connect the workspace to other objects are deleted. If the workspace is an origin object of a relationship collection, and the relationship type indicates that deletes are to be propagated, all destination objects are also deleted.
This method is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryObjectVersion interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
Call object.Delete
The Delete method syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a Workspace object |