Partager via


CloneOptions

ms133909.note(fr-fr,SQL.90).gifRemarque :
  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é.

Enumerates options for the Clone method.

Constant Description

cloneMajorChildren

Clones the values of properties and all major and minor objects contained in the source object's collections

cloneMinorChildren

Clones the values of the properties and the minor objects contained in the source object's collections

cloneObjectProperties

Clones the values of the properties of the source object

ms133909.note(fr-fr,SQL.90).gifRemarque :
  The CustomProperties collection is always cloned, regardless of the CloneOption specified.