ArcFM Responder Mobile Developer Guide
DatabaseUpgradeInfo Class
Members 






Provides information about the latest database version number and the current database version. Prior to 10.0.3, database version numbers were the same as the build number of the software that performed the last upgrade. At 10.0.3, database version numbers start at 1, and are incremented only when a change is necessary.
Object Model
DatabaseUpgradeInfo Class
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("88185BC9-AFF2-4BEA-B318-693520DF3F80")>
<System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)>
<System.Runtime.InteropServices.ProgIdAttribute("mmGeodatabase.MMArcFMDatabaseUpgradeInfo")>
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
Public Class DatabaseUpgradeInfo 
   Implements Miner.Interop.IMMArcFMDatabaseUpgradeInfo, Miner.Interop.IMMArcFMDatabaseUpgradeInfo2, Miner.Interop.IMMShutdown 
'Usage
 
Dim instance As DatabaseUpgradeInfo
[System.Runtime.InteropServices.Guid("88185BC9-AFF2-4BEA-B318-693520DF3F80")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMArcFMDatabaseUpgradeInfo")]
[System.Runtime.InteropServices.ComVisible(true)]
public class DatabaseUpgradeInfo : Miner.Interop.IMMArcFMDatabaseUpgradeInfo, Miner.Interop.IMMArcFMDatabaseUpgradeInfo2, Miner.Interop.IMMShutdown  
System.Runtime.InteropServices.GuidAttribute("88185BC9-AFF2-4BEA-B318-693520DF3F80")
System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)
System.Runtime.InteropServices.ProgIdAttribute("mmGeodatabase.MMArcFMDatabaseUpgradeInfo")
System.Runtime.InteropServices.ComVisibleAttribute()
public class DatabaseUpgradeInfo implements Miner.Interop.IMMArcFMDatabaseUpgradeInfo, Miner.Interop.IMMArcFMDatabaseUpgradeInfo2, Miner.Interop.IMMShutdown 
[System.Runtime.InteropServices.Guid("88185BC9-AFF2-4BEA-B318-693520DF3F80")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMArcFMDatabaseUpgradeInfo")]
[System.Runtime.InteropServices.ComVisible(true)]
public __gc class DatabaseUpgradeInfo : public Miner.Interop.IMMArcFMDatabaseUpgradeInfo, Miner.Interop.IMMArcFMDatabaseUpgradeInfo2, Miner.Interop.IMMShutdown  
[System.Runtime.InteropServices.Guid("88185BC9-AFF2-4BEA-B318-693520DF3F80")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMArcFMDatabaseUpgradeInfo")]
[System.Runtime.InteropServices.ComVisible(true)]
public ref class DatabaseUpgradeInfo : public Miner.Interop.IMMArcFMDatabaseUpgradeInfo, Miner.Interop.IMMArcFMDatabaseUpgradeInfo2, Miner.Interop.IMMShutdown  
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.DatabaseUpgradeInfo

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatabaseUpgradeInfo Members
Miner.Geodatabase Namespace

Send Feedback