Microsoft.SharePoint.Library.SPComponentInstanceSharePoint コンポーネント

Microsoft.SharePoint.Library.SPComponentInstance (ClassType)

これは、特定の SharePoint コンポーネントの 1 つのインスタンスです。

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5fac9eed-2604-b0ed-6239-4518942984ee

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.SPComponentInstance:
FarmID  string  SharePoint コンポーネントの FarmID SharePoint コンポーネントのファーム ID です。 true 256  False 
FarmName  string  SharePoint コンポーネントの FarmName SharePoint コンポーネントのファーム名です。 false 256  False 
HostServer  string  SharePoint コンポーネントの HostServer これは、特定のコンポーネントのサーバー名を識別する SharePoint コンポーネントのプロパティです。 true 256  False 
ComponentPath  string  SharePoint コンポーネントの ComponentPath これは、特定のコンポーネントのパスを識別する SharePoint コンポーネントのプロパティです。 true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPComponentInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="ComponentPath" Type="string" Key="true"/>
</ClassType>