Clone (Role Interface)

[!REMARQUE]

  Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.

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

Syntaxe

object.Clone(ByVal TargetObject As Role, [ByVal Options As CloneOptions = cloneMajorChildren])

Paramètres

  • object
    The clsDatabaseRole object to be copied.

  • TargetObject
    An existing clsDatabaseRole object.

  • Options
    One of values of the CloneOptions enumeration. If no value is specified, the cloneMajorChildren option is used. For more information, see CloneOptions.

Notes

Because Role objects do not contain major or minor objects, any clone option specified in Options is treated as cloneObjectProperties.

Voir aussi

Référence