SPDatabaseServiceInstance Class
Represents a named SQL Server instance.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceInstance
Microsoft.SharePoint.Administration.SPDatabaseServiceInstance
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceInstance
Microsoft.SharePoint.Administration.SPDatabaseServiceInstance
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Use the inherited Instances property of the SPDatabaseService class to return an SPServiceInstanceDependencyCollection object that represents all instances of the database service. Use the SPDatabaseServiceInstanceCollection constructor to return the collection of database service instances that are running on a specific server.
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.