IMetabaseObjectFindInfo.InternalObjects

Syntax

InternalObjects: Boolean;

Description

The InternalObjects property determines whether hidden objects are searched.

Comments

Various repository objects can have hidden child objects, for example, selection schemas and groups of elements are stored as dictionary hidden objects. If a cube contains a local fact dimension, a hidden composite dictionary is created for the cube. Other object types can also have hidden objects. The InternalObjects property is used to manage search of such objects.

Available values:

Objects with hidden child objects are also implicitly container objects that is why determine the ContainersContent property for correct search.

Example

The property use is given in the example for IMetabaseObjectFindInfo.ContainersContent.

See also:

IMetabaseObjectFindInfo