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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
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>