IMetabaseObjectCopyInfo

Assembly: Metabase;

Description

The IMetabaseObjectCopyInfo interface contains properties that determine parameters of repository object copying or moving.

Inheritance Hierarchy

          IMetabaseObjectCopyInfo

Comments

Repository objects can be copied or moved using the IMetabase.CopyObject and IMetabase.MoveObject methods respectively.

Properties

  Property name Brief description

Assign

The Assign property determines whether an object copy along with its data source is created.

Destination

The Destination property determines object-container in that copying or moving is performed.

Id

The Id property determines an identifier of created copy of an object.

Name

The Name property determines a name of created copy of an object.

NoSave

The NoSave property determines whether copy of an object is saved after copying.

NoSaveEvent

The NoSaveEvent property determines whether it is possible to cancel the EventOnBeforeSaveReport on coping regular report.

Source

The Source property determines a repository object necessary to copy.

WithData

The WithData property determines whether an object is copied with data.

See also:

Metabase Assembly Interfaces