Microsoft.SharePoint.Library.SPWebApplication.SPContentDBCollectionSharePoint コンテンツ データベース コレクション

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

このコレクションには、SharePoint ファーム内のすべてのコンテンツ データベースが含まれています。

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 (JPN) Description (JPN) 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  SPContentDBCollection の FarmID WebApplication SPContentDBCollection のファーム ID です。 true 256  False 
FarmName  string  SPContentDBCollection の FarmName WebApplication SPContentDBCollection のファーム名です。 false 256  False 
DBPath  string  SharePoint ContentDBCollection Path WebApplication の SPContentDBCollection の Path プロパティです。 true 256  False 
Name  string  SharePoint ContentDBCollection Name WebApplication の SPContentDBCollection の Name プロパティです。 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>