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

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd79868af-0f45-f9db-4d2e-ca2ccfd79da5

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.KnowledgeServices.SharePoint.Foundation.2010.SPWebApplication.SPContentDB:
DatabaseID  string  Database ID Database ID for SharePoint database. true 255  False 
ConnectionString  string  ConnectionString Connection string for SharePoint database. false 255  False 
Database  string  SharePoint ContentDB Database Database property of SPContentDB in WebApplication. false 255  False 
Server  string  SharePoint ContentDB Server Server property of SPContentDB in WebApplication. false 255  False 
isReadOnly  bool  isReadOnly isReadOnly false 256   
NeedsUpgrade  bool  NeedsUpgrade NeedsUpgrade false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPWebApplication.SPContentDB" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="DatabaseID" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionString" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Database" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Server" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="isReadOnly" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NeedsUpgrade" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>