IVersionAdminInfo Interface
See Also
Use this interface to retain and manipulate administrative information about Microsoft® 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 below.
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. |
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 |
Date and time the object version was created. |
VersionModifyTime |
Date and time of the most recent modification to the object version. |
(c) 1988-1998 Microsoft Corporation. All Rights Reserved.