Microsoft.SharePoint.Library.SPWebApplication.SPContentDBCollectionSharePoint Content Database Collection

Microsoft.SharePoint.Library.SPWebApplication.SPContentDBCollection (ClassType)

This collection contains all Content Databases in a SharePoint farm.

Element properties:

Base ClassMicrosoft.SystemCenter.InstanceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddca9e829-49aa-8168-e189-f81a39843450

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 the object. false 4000  False 
Microsoft.SharePoint.Library.SPWebApplication.SPContentDBCollection:
FarmID  string  FarmID For SPContentDBCollection Farm ID for WebApplication SPContentDBCollection. true 256  False 
FarmName  string  FarmName For SPContentDBCollection Farm Name for WebApplication SPContentDBCollection. false 256  False 
DBPath  string  SharePoint ContentDBCollection Path Path property of SPContentDBCollection in WebApplication. true 256  False 
Name  string  SharePoint ContentDBCollection Name Name property of SPContentDBCollection in WebApplication. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPWebApplication.SPContentDBCollection" Accessibility="Public" Abstract="true" Base="SCIG!Microsoft.SystemCenter.InstanceGroup" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="DBPath" Type="string" Key="true"/>
<Property ID="Name" Type="string" Key="true"/>
</ClassType>