次の方法で共有


CloneOptions

ms133909.note(ja-jp,SQL.90).gifメモ :
  この機能は、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

ms133909.note(ja-jp,SQL.90).gifメモ :
  The CustomProperties collection is always cloned, regardless of the CloneOption specified.