ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanUpgrade
);
[C++]

Parameters

CanUpgrade [out, retval]   CanUpgrade is a parameter of type VARIANT_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