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 a container object, to which copying or moving is executed.

Id

The Id property determines an identifier of created object copy.

Name

The Name property determines a name of created object copy.

NoSave

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

NoSaveEvent

The NoSaveEvent property determines whether the EventOnBeforeSaveReport event can be canceled on coping regular report.

Source

The Source property determines a repository object that should be copied or moved.

WithData

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

See also:

Metabase Assembly Interfaces