IVersionAdminInfo Interface

Meta Data Services Programming

Meta Data Services Programming

IVersionAdminInfo Interface

Use this interface to retain and manipulate administrative information about repository object versions.

When to Use

By default, no class implements this interface. But within information models, any class can implement this interface, thereby ensuring that for each object conforming to that class, the repository automatically retains the properties listed here.

Properties
Property Description
CreateByUser The user who created the object version.
ModifyByUser The user who made the most recent modification to the object version.
VersionCreateTime The date and time the object version was created.
VersionModifyTime The date and time of the most recent modification to the object version.
Methods
IUnknown method Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.

IDispatch method Description
GetIDsOfNames Maps a single member and a set of argument names to a corresponding set of dispatch identifiers.
GetTypeInfo Retrieves a type information object, which can be used to get the type information for an interface.
GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1).
Invoke Provides access to properties and methods exposed by an Automation object.

See Also

IVersionAdminInfo2 Interface

IVersionCol Interface

IVersionedRelationship Interface