Item(System.Guid) Property
The Item property of the DatabaseCollection class gets a Database object from the collection with the specified identifier.
Parameters
databaseId The GUID representing the primary key of the Database object in the Databases table.
Property Value
A Microsoft.SharePoint.Portal.Topology.Database that represents an object in the DatabaseCollection object.
Remarks
The Item property calls the proc_getDatabaseById stored procedure to return the Database object that has databaseId as its primary key value in the Databases table of the configuration database.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security