This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDataServerManagerAdmin Interface > IDataServerManagerAdmin.DeleteGeodatabase Method (ArcObjects .NET 10.4 SDK) |
Deletes a Geodatabase.
[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
Deletes a Geodatabase.
You must be a server administrator to perform this operation.