Microsoft.SystemCenter.NTServiceWindows 서비스

Microsoft.SystemCenter.NTService (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0e4f77c5-5d93-0400-c2e5-af7bcc4b518b

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.SystemCenter.NTService:
ServiceName  string  서비스 이름 서비스 이름 true 256  False 
ServiceProcessName  string  서비스 프로세스 이름 서비스 프로세스 이름 false 256  False 
DisplayName  string  표시 이름 표시 이름 false 256  False 
Description  string  설명 설명 false 1000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.NTService" Base="Windows!Microsoft.Windows.LocalService" Abstract="true" Accessibility="Public" Hosted="true">
<Property ID="ServiceName" Type="string" Key="true"/>
<Property ID="ServiceProcessName" Type="string" Key="false"/>
<Property ID="DisplayName" Type="string" Key="false"/>
<Property ID="Description" Type="string" Length="1000" Key="false"/>
</ClassType>