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.