CloneOptions
Hinweis |
---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
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 |
Hinweis |
---|
The CustomProperties collection is always cloned, regardless of the CloneOption specified. |