SPDatabaseServiceInstanceCollection Class
Represents a collection of SPDatabaseServiceInstance objects.
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDatabaseServiceInstance>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDatabaseServiceInstance>
Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceCollection
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Use the inherited Instances property of the SPDabaseService class to return an SPServiceInstanceDependencyCollection object that represents all instances of the database service. Use the SPDatabaseServiceInstanceCollection constructor to return the collection of all database service instances that are running on a specific server.
To add a database service instance to the collection, use the Add method.
Use an indexer to return a single database service instance from the collection. For example, if the collection is assigned to a variable named myDatabaseServiceInstances, use myDatabaseServiceInstances[index] in C#, or myDatabaseServiceInstances(index) in Visual Basic, where index is either the name or the GUID identifying the database service instance.