The database name.
[Visual Basic .NET] Public Property Database As String
[C#] public string Database {get; set;}
[C++]
HRESULT get_Database(
BSTR* databaseName
);
[C++]
HRESULT put_Database(
BSTR databaseName
);
[C++]Parameters
databaseName [out, retval] databaseName is a parameter of type BSTR databaseName [in] databaseName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.