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


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

IServerConfigurationStorage.AddGeodatabase Method

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

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

Product Availability

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

See Also

IServerConfigurationStorage Interface