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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The IDataServerManagerAdmin.UpgradeGeoDatabase should be used in place of this method.