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