Microsoft.SystemCenter.Datawarehouse.Base.ManagementPackTietovaraston perushallintapaketti

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 (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack:
ManagementPackId  guid  Hallintapaketin tunnus Hallintapaketin tunnus true 256     
MPIsSealed  bool  Hallintapaketti on sinetöity Hallintapaketti on sinetöity false 256   
MPName  string  Hallintapaketin nimi Hallintapaketin nimi false 256  False   
MPVersion  string  Hallintapaketin versio Hallintapaketin versio false 20  False   
MPKeyToken  string  Hallintapaketin avaimen tunnus Hallintapaketin avaimen tunnus false 32  False   
LastModified  datetime  Viimeksi muokattu Viimeksi muokattu false 256     
TimeAdded  datetime  Lisäysaika Lisäysaika 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>