Microsoft.SystemCenter.ConfigurationManager.Program프로그램

Microsoft.SystemCenter.ConfigurationManager.Program (ClassType)

소프트웨어 배포 프로그램

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId603c7ea6-a9a3-2cae-ea72-20238acb2254

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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.ConfigurationManager.Program:
ProgramId  string      true 256  False     
DisplayName  string  표시 이름 소프트웨어 배포 프로그램의 표시 이름 false 256  False     
ProgramName  string  프로그램 이름 소프트웨어 배포 프로그램의 이름 false 256  False     
ProgramDescription  string  설명 소프트웨어 배포 프로그램에 대한 설명 false 256  False     
Comment  string  설명 소프트웨어 배포 프로그램의 설명 false 256  False     
Command  string  명령 소프트웨어 배포 프로그램의 명령 false 256  False     
MSIFilePath  string  Msi 파일 경로 소프트웨어 배포 프로그램의 msi 파일 경로 false 256  False     
SourceSiteCode  string  원본 사이트 소프트웨어 배포 프로그램의 원본 사이트 코드 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ConfigurationManager.Program" Accessibility="Public" Base="System!System.ConfigItem" Hosted="true" Abstract="false">
<Property ID="ProgramId" Type="string" Key="true"/>
<Property ID="DisplayName" Type="string"/>
<Property ID="ProgramName" Type="string" Required="true"/>
<Property ID="ProgramDescription" Type="string"/>
<Property ID="Comment" Type="string"/>
<Property ID="Command" Type="string"/>
<Property ID="MSIFilePath" Type="string"/>
<Property ID="SourceSiteCode" Type="string"/>
</ClassType>