This document is archived and information here might be outdated. Recommended version. |
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*
Returns True for personal and File geodatabases, and False for ArcSDE geodatabases.