SPDatabaseCollection Class
Windows SharePoint Services 3
Represents a collection of SPDatabase objects.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Use the Databases property of the SPDatabaseServiceInstance class, or the SPDatabaseCollection constructor, to return the collection of databases that support a database service instance.
To add a database to the collection, use the Add method.
Use an indexer to return a single database from the collection. For example, if the collection is assigned to a variable named myDatabases, use myDatabases[index] in C#, or myDatabases(index) in Visual Basic, where index is either the name or the GUID identifying the database.
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection
Microsoft.SharePoint.Administration.SPPersistedChildCollection
Microsoft.SharePoint.Administration.SPDatabaseCollection
Microsoft.SharePoint.Administration.SPPersistedObjectCollection
Microsoft.SharePoint.Administration.SPPersistedChildCollection
Microsoft.SharePoint.Administration.SPDatabaseCollection