Methods, clsDatabaseCommand

From Analysis Services Programming

Analysis Services Programming

Methods, clsDatabaseCommand

An object of ClassType clsDatabaseCommand implements the following methods of the Command interface.

Method Description
Clone Copies an existing object to a target object of the same class type
LockObject Locks an object
UnlockObject Unlocks a previously locked object
Update Saves the definition of the command object in the meta data repository

See Also

Command Interface