IMetabaseObjectDescriptor.IsPermanent

Syntax

IsPermanent: Boolean;

Description

The IsPermanent property returns whether the repository object is permanent.

Comments

Value of the property depends on the IMetabaseObjectCreateInfo.Permanent property value set at the object creation.

If the IsPermanent property returns True, it means that the object was saved in the repository and the object is permanent.

If the IsPermanent property returns the False value, it means that the object is not present in the repository and the object is temporary. If the object is not saved, the temporary object will be removed after execution of the code.

See also:

IMetabaseObjectDescriptor