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 (CHT) Description (CHT) 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>