Clone

The Clone method of the Command interface copies an existing object to a target object of the same class type. The target object must exist prior to using the Clone method.

Applies To
clsDatabaseCommand  

Syntax

object.Clone(TargetObject [, CloneOptions])

object
The object whose property values are to be copied.
TargetObject
A previously created object of the same class type.
CloneOptions
For objects of ClassType clsCubeCommand and clsDatabaseCommand, the CloneOptions argument has no effect.
See Also
About Decision Support Objects Using Decision Support Objects
Methods Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.