Microsoft.SystemCenter.Datawarehouse.Base.ManagementPackPack d'administration de la base de l'entrepôt de données

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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.ManagementPack:
ManagementPackId  guid  ID du pack d'administration ID du pack d'administration true 256     
MPIsSealed  bool  Le pack d'administration est scellé Le pack d'administration est scellé false 256   
MPName  string  Nom du pack d'administration Nom du pack d'administration false 256  False   
MPVersion  string  Version du pack d'administration Version du pack d'administration false 20  False   
MPKeyToken  string  Jeton de clé du pack d'administration Jeton de clé du pack d'administration false 32  False   
LastModified  datetime  Dernière modification Dernière modification false 256     
TimeAdded  datetime  Heure d'ajout Heure d'ajout 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>