Condividi tramite


Clone (Role Interface)

[!NOTA]

  Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

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

Sintassi

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

Parametri

  • 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.

Osservazioni

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

Vedere anche

Riferimento