Repository InternalIDToVersionID Method

See Also

This method translates an internal object-version identifier into an object-version identifier. The Microsoft® Repository engine uses internal object-version identifiers to identify Repository object versions.

Syntax

variableobject.InternalIDToVersionID(intVersionId)

The InternalIDToVersionID method syntax has the following parts.

Part Description
Variable Receives the object-version identifier.
Object The object that represents the open Repository instance through which this program is interacting with the repository.
IntVersionId The internal object-version identifier to be converted.

Remarks

Repository object-version identifiers are globally unique, and are the same across repositories for the same object. Internal object-version identifiers are unique only within the scope of a single repository.

The translation performed by this method is performed without loading the object version in question. This enables database queries involving an object or relationship type identifier to be constructed without having to load the definition object.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.