Поделиться через


Clone (MDStore Interface)

ms132821.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

The Clone method of the MDStore interface copies the property values and optionally the collections of major and minor objects of an existing object to a target object of the same class type.

Applies To:clsAggregation, clsCube, clsDatabase, clsPartition

Синтаксис

object.Clone(ByVal TargetObject As MDStore, [ByVal Options As CloneOptions = cloneMajorChildren])

Параметры

  • object
    The MDStore object whose property values and collections of major and minor objects are to be copied.
  • TargetObject
    An existing MDStore object.
  • Options
    One of the values of the CloneOptions enumeration. If no value is specified, the cloneMajorChildren option is used. For more information, see CloneOptions.

Замечания

The Clone method, depending on the clone option specified in Options, copies properties and minor objects to a new MDStore object with the same ClassType property value.

См. также

Справочник

MDStore Interface

Справка и поддержка

Получение помощи по SQL Server 2005