Microsoft.SharePoint.Library.SPConfigurationSharePoint 構成データベース

Microsoft.SharePoint.Library.SPConfiguration (ClassType)

SharePoint 構成データベースには、ファームのすべての構成情報が格納されます。

Element properties:

Base ClassMicrosoft.SharePoint.Library.SPDatabase
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9bcac145-e51e-2ce4-9299-1f574b0bf108

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.SPDatabase:
FarmID  string  ファーム ID SharePoint データベースのファーム ID です。 true 256  False 
FarmName  string  ファーム名 SharePoint データベースのファーム名です。 false 256  False 
DatabaseID  string  データベース ID SharePoint データベースのデータベース ID です。 true 256  False 
ConnectionString  string  ConnectionString SharePoint データベースへの接続文字列です。 false 256  False 
LegacyConnectionString  string  OLEDB 接続文字列 SharePoint データベースへの OLEDB 接続文字列です。 false 256  False 
Microsoft.SharePoint.Library.SPConfiguration:
Server  string  ファーム構成サーバー ファーム構成データベースがこのサーバー上に存在します。 false 256  False 
Database  string  構成データベース SharePoint ファームの構成データベースです。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPConfiguration" Accessibility="Public" Abstract="true" Base="Microsoft.SharePoint.Library.SPDatabase" Hosted="false" Singleton="false">
<Property ID="Server" Type="string" Key="false"/>
<Property ID="Database" Type="string" Key="false"/>
</ClassType>