Clone
The Clone method of the Role interface copies the property values and the collections of a role to a target object of the same class type.
Applies To
Syntax
object.Clone(TargetObject [, CloneOptions])
- object
- The clsDatabaseRole object to be copied.
- TargetObject
- An existing clsDatabaseRole object.
- 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 Role objects contain no major or minor objects, the entire role is cloned regardless of the option specified - you should either omit the optional CloneOptions argument or specify cloneObjectProperties.
See Also
(c) 1988-1998 Microsoft Corporation. All Rights Reserved.