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


IGeodatabaseRelease.CanUpgrade Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodatabaseRelease Interface > IGeodatabaseRelease.CanUpgrade Property
ArcGIS Developer Help

IGeodatabaseRelease.CanUpgrade Property

Indicates if the geodatabase can be upgraded with this interface. If not, then another utility must be used to upgrade it.

[Visual Basic .NET]
Public ReadOnly Property CanUpgrade As Boolean
[C#]
public bool CanUpgrade {get;}
[C++]
HRESULT get_CanUpgrade(
  Boolean* CanUpgrade
);
[C++]
Parameters
CanUpgrade [out, retval]

CanUpgrade is a parameter of type bool*

Product Availability

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

Remarks

Returns True for personal and File geodatabases, and False for ArcSDE geodatabases.

See Also

IGeodatabaseRelease Interface