This document is archived and information here might be outdated. Recommended version. |
Upgrades the SDE schema.
[Visual Basic .NET]
Public Sub UpgradeSDESchema ( _
ByVal gdbName As String _
)
[C#]
public void UpgradeSDESchema (
string gdbName
);
[C++]
HRESULT UpgradeSDESchema(
BSTR gdbName
);
[C++] Parameters gdbName [in]
gdbName is a parameter of type BSTR
The IDataServerManagerAdmin.UpgradeGeoDatabase should be used in place of this method.