The LoadStatus method is used to obtain the load status of the collection. This method is not attached to the default interface for the Repository Automation object; it is attached to the IObjectCol2 interface, which inherits from IObjectCol. For details on how to access a member of an interface that is not the default interface, see Accessing Automation Object Members.
variable = object.LoadStatus
The LoadStatus method syntax has the following parts.
Part | Description |
variable | A variable declared as Long. It receives the load status value. |
object | The object collection. |