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