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


IServerConfigurationStorage.DeleteGeodatabase Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerConfigurationStorage.DeleteGeodatabase Method

[Visual Basic .NET]
Public Sub DeleteGeodatabase ( _
    ByVal gdbName As String _
)
[C#]
public void DeleteGeodatabase (
    string gdbName
);
[C++]
HRESULT DeleteGeodatabase(
  BSTR gdbName
);
[C++]

Parameters gdbName [in] gdbName is a parameter of type BSTR

Product Availability

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

See Also

IServerConfigurationStorage Interface