Microsoft.SharePoint.SPServiceInstanceSharePoint Service 인스턴스

Microsoft.SharePoint.SPServiceInstance (ClassType)

특정 SharePoint Service 인스턴스의 한 인스턴스입니다.

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb261e15d-ca7c-ad5a-277a-16ef39f422d3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SharePoint.SPServiceInstance:
FarmID  string  SharePoint ServiceInstance의 FarmID SharePoint ServiceInstance의 팜 ID입니다. true 256  False 
HostServer  string  SharePoint ServiceInstance에 대한 HostServer 해당 특정 서비스에 대한 HostServer를 식별하는 SharePoint ServiceInstance의 속성입니다. true 256  False 
TypeName  string  SharePoint ServiceInstance에 대한 TypeName 해당 특정 서비스에 대한 TypeName을 식별하는 SharePoint ServiceInstance의 속성입니다. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPServiceInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="TypeName" Type="string" Key="true"/>
</ClassType>