ArcObjects Library Reference (DataSourcesGDB)  

IDataServerManagerAdmin.UpgradeGeoDatabase Method

Upgrades a Geodatabase.

[Visual Basic .NET]
Public Sub UpgradeGeoDatabase ( _
    ByVal gdbName As String _
)
[C#]
public void UpgradeGeoDatabase (
    string gdbName
);
[C++]
HRESULT UpgradeGeoDatabase(
  BSTR gdbName
);
[C++]

Parameters

gdbName [in]   gdbName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This upgrades the ArcSDE and Geodatabase releases to the current release of the installed ArcGIS.  Geodatabases must be upgraded in order to take advantage of new functionality when new releases of ArcGIS are available.

See Also

IDataServerManagerAdmin Interface