Microsoft.SharePoint.SPWebApplication.SPHostInstanceSharePoint Web アプリケーション インスタンス

Microsoft.SharePoint.SPWebApplication.SPHostInstance (ClassType)

これは、1 つの SharePoint Web アプリケーション インスタンス (IIS サイト) です。

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdef77aa15-e68a-580c-feb1-b713e8ca7381

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SharePoint.SPWebApplication.SPHostInstance:
FarmID  string  SPHostInstance の FarmID WebApplication SPHostInstance のファーム ID です。 true 256  False 
HostPath  string  SPHostInstance パス WebAppllication 内の SPHostInstance のパス プロパティです。 true 256  False 
HostServer  string  SPHostInstance HostServer WebApplication 内の SPHostInstance の HostServer プロパティです。 true 256  False 
AppPool  string  SPHostInstance AppPool WebApplication 内の SPHostInstance のアプリケーション プール プロパティです。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPWebApplication.SPHostInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="HostPath" Type="string" Key="true"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="AppPool" Type="string" Key="false"/>
</ClassType>