ICubeMetaUpdateAdditionalObjects.Add

Syntax

Add(SourceObject: IMetabaseObjectDescriptor): ICubeMetaUpdateAdditionalObject;

Parameters

SourceObject. Repository object that must be added to the collection.

Description

The Add method adds the specified object to the collection.

Comments

After executing the example the collection element that corresponds to the specified repository object is returned. The element is added to the collection end, and the value of the ICubeMetaUpdateAdditionalObjects.Count property is increased by one.

The SourceObject parameter cannot take the Null value.

Example

The property use is given in the example for ICubeMetaUpdateEx.AdditionalObjects.

See also:

ICubeMetaUpdateAdditionalObjects