end Command

Description

Terminates the specified object.

Command Syntax

end <object>

Example

The following Analysis Server dialog shows how to start and end an object. It also shows the error messages that appear if the user tries to start and end objects improperly.
>start Circle circ 
Object circ started.
start Circle circ2 
Object circ2 started.
>start Circle circ 
ERROR: PHXNamedObjectAlreadyInUseException: Name circ is already in use.
>end circ
Object circ ended. 
>end circ2 
Object circ2 ended. 
>end ourcircle
ERROR: PHXNoSuchObjectException: no such object <ourcircle>.

See also Analysis Server | Analysis Server Commands