Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack資料倉儲基礎管理組件

Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc8e6cf30-59af-4cf8-3e4e-432dbaf6fc6f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack:
ManagementPackId  guid  管理組件識別碼 管理組件識別碼 true 256     
MPIsSealed  bool  管理組件 (MP) 為密封 管理組件 (MP) 為密封 false 256   
MPName  string  管理組件 (MP) 名稱 管理組件 (MP) 名稱 false 256  False   
MPVersion  string  管理組件 (MP) 版本 管理組件 (MP) 版本 false 20  False   
MPKeyToken  string  管理組件 (MP) 金鑰權杖 管理組件 (MP) 金鑰權杖 false 32  False   
LastModified  datetime  上次修改時間 上次修改時間 false 256     
TimeAdded  datetime  新增的時間 新增的時間 false 256     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="ManagementPackId" Type="guid" Required="true" Key="true"/>
<Property ID="MPIsSealed" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="MPName" Type="string" MaxLength="256"/>
<Property ID="MPVersion" Type="string" MaxLength="20"/>
<Property ID="MPKeyToken" Type="string" MaxLength="32"/>
<Property ID="LastModified" Type="datetime"/>
<Property ID="TimeAdded" Type="datetime"/>
</ClassType>