CloneOptions

注意注意

  下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

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

注意注意

  The CustomProperties collection is always cloned, regardless of the CloneOption specified.