Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPContentDBSharePoint Content Database

Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPContentDB (ClassType)

This is one of the SharePoint Content Databases, and it stores actual content for one or many sites.

Element properties:

Base ClassMicrosoft.SharePoint.Foundation.2010.SPDatabase
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf7431dd9-60e8-d6e0-a52e-39e6abf2e178

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPDatabase:
FarmID  string  Farm ID Farm ID for SharePoint Database. true 256  False 
DatabaseID  string  Database ID Database ID for SharePoint database. true 256  False 
ConnectionString  string  ConnectionString Connection string to SharePoint database. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPContentDB:
Database  string  SharePoint ContentDB Database Database property of SPContentDB in WebApplication. false 256  False 
Server  string  SharePoint ContentDB Server Server property of SPContentDB in WebApplication. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPContentDB" Accessibility="Public" Abstract="false" Base="Microsoft.SharePoint.Foundation.2010.SPDatabase" Hosted="false" Singleton="false">
<Property ID="Database" Type="string" Key="false"/>
<Property ID="Server" Type="string" Key="false"/>
</ClassType>