This document is archived and information here might be outdated.  Recommended version.


IDataServerManagerAdmin.UpgradeGeoDatabase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDataServerManagerAdmin Interface > IDataServerManagerAdmin.UpgradeGeoDatabase Method
ArcGIS Developer Help

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