ArcObjects Library Reference (GISClient)  

ISDSConnectionParameters.DatabaseName Property

The database name.

[Visual Basic .NET]
Public Property DatabaseName As String
[C#]
public string DatabaseName {get; set;}
[C++]
HRESULT get_DatabaseName(
  BSTR* pDBName
);
[C++]
HRESULT put_DatabaseName(
  BSTR pDBName
);
[C++]

Parameters

pDBName [out, retval]   pDBName is a parameter of type BSTR pDBName [in]   pDBName is a parameter of type BSTR

Product Availability

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

See Also

ISDSConnectionParameters Interface