Add(SourceObject: IMetabaseObjectDescriptor): ICubeMetaUpdateAdditionalObject;
SourceObject. Repository object that must be added to the collection.
The Add method adds the specified object to the collection.
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.
The property use is given in the example for ICubeMetaUpdateEx.AdditionalObjects.
See also: