ArcObjects Library Reference (Server)  

IServerConfigurationStorage.PutGeodatabase Method

[Visual Basic .NET]
Public Sub PutGeodatabase ( _
    ByVal gdbName As String, _
    ByVal Val As String _
)
[C#]
public void PutGeodatabase (
    string gdbName,
    string Val
);
[C++]
HRESULT PutGeodatabase(
  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