Microsoft.SystemCenter.Datawarehouse.Base.ManagedTypeGrunnleggende behandlet type for datavarehus

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

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2752b431-f3fe-0b42-4274-57d72b729d80

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NOR) Description (NOR) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.ManagedType:
ManagedTypeId  guid  ID ID true 256     
TypeName  string  Navn på type Navn på type false 255  False   
BaseManagedTypeId  guid  ID for grunnleggende behandlet type ID for grunnleggende behandlet type false 256     
ManagementPackId  guid  ID for administrasjonspakke ID for administrasjonspakke false 256     
IsHosted  bool  Er vertsbasert Er vertsbasert false 256   
IsAbstract  bool  Er abstrakt Er abstrakt false 256   
IsSingleton  bool  Er singleton Er singleton false 256   
IsSealed  bool  Er lukket Er lukket false 256   
ManagedTypeTableName  string  Navn på tabell for behandlet type Navn på tabell for behandlet type false 255  False   
ManagedTypeViewName  string  Navn på visning for behandlet type Navn på visning for behandlet type false 255  False   
TimeAdded  datetime  Tidspunkt lagt til Tidspunkt lagt til false 256     
LastModified  datetime  Sist endret Sist endret false 256     
ModifiedBy  string  Endret av Endret av false 255  False   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Datawarehouse.Base.ManagedType" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="ManagedTypeId" Type="guid" Required="true" Key="true"/>
<Property ID="TypeName" Type="string" MaxLength="255"/>
<Property ID="BaseManagedTypeId" Type="guid"/>
<Property ID="ManagementPackId" Type="guid"/>
<Property ID="IsHosted" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsAbstract" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsSingleton" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsSealed" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="ManagedTypeTableName" Type="string" MaxLength="255"/>
<Property ID="ManagedTypeViewName" Type="string" MaxLength="255"/>
<Property ID="TimeAdded" Type="datetime"/>
<Property ID="LastModified" Type="datetime"/>
<Property ID="ModifiedBy" Type="string" MaxLength="255"/>
</ClassType>