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


IServerConfigurationStorage.DeleteGeodatabase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.DeleteGeodatabase Method
ArcGIS Developer Help

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