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
clsDatabaseRole  

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
About Decision Support Objects Using Decision Support Objects
Methods Cross-Reference  

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