Clone

The Clone method of an object of ClassType clsDatasource copies the property values and the collections of a DataSource object to a target object of the same class type.

Applies To
clsDatasource  

Syntax

object.Clone(TargetObject [, CloneOptions])

object
The object of ClassType clsDatasource object to be copied.
TargetObject
An existing object of ClassType clsDatasource.
CloneOptions
A member of the CloneOptions enumeration that specifies the options to tell the method the extent to which the source object should be copied. Because objects of ClassType clsDatasource contain no major or minor objects, the entire object is cloned regardless of the option specified - you should omit the optional CloneOptions argument, or specify cloneObjectProperties.

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