Microsoft.SystemCenter.Datawarehouse.Base.RelationshipTypeRelationstype for Data Warehouse-base

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

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda4ced1f6-2b11-c159-5935-d1396d9c168f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DAN) Description (DAN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Vis navn Viser navnet for objektet. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.RelationshipType:
RelationshipTypeId  guid  Relationstype-id Relationstype-id true 256     
RelationshipTypeName  string  Navn på relationstype Navn på relationstype false 255  False   
BaseRelationshipTypeId  guid  Relationstype-id for base Relationstype-id for base false 256     
SourceManagedTypeId  guid  Administreret type-id for kilde Administreret type-id for kilde false 256     
TargetManagedTypeId  guid  Administreret type-id for destination Administreret type-id for destination false 256     
ManagementPackId  guid  Management Pack-id Management Pack-id false 256     
IsAbstract  bool  Er abstrakt Er abstrakt false 256   
IsCycleOk  bool  Er cyklus korrekt Er cyklus korrekt false 256   
IsSealed  bool  Er forseglet Er forseglet false 256   
IsMembership  bool  Er medlemskab Er medlemskab false 256   
IsContainment  bool  Er opbevaring Er opbevaring false 256   
IsHosting  bool  Er værtssystem Er værtssystem false 256   
RelationshipTypeTableName  string  Navn på relationstypetabel Navn på relationstypetabel false 255  False   
RelationshipTypeViewName  string  Navn på relationstypevisning Navn på relationstypevisning false 255  False   
TimeAdded  datetime  Klokkeslæt for tilføjelse Klokkeslæt for tilføjelse false 256     
LastModified  datetime  Senest ændret Senest ændret false 256     
ModifiedBy  string  Ændret af Ændret af false 255  False   
SourceName  string  Kildenavn Kildenavn false 256  False   
_SourceId_  guid  Kilde-id Kilde-id false 256     
TargetName  string  Destinationsnavn Destinationsnavn false 256  False   
TargetId  guid  Destinations-id Destinations-id false 256     
SourceMaxCardinality  int  Maksimal kardinalitet for kilde Maksimal kardinalitet for kilde false 256     
TargetMaxCardinality  int  Maksimal kardinalitet for destination Maksimal kardinalitet for destination false 256     
SourceMinCardinality  int  Minimal kardinalitet for kilde Minimal kardinalitet for kilde false 256     
TargetMinCardinality  int  Minimal kardinalitet for destination Minimal kardinalitet for destination false 256     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Datawarehouse.Base.RelationshipType" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="RelationshipTypeId" Type="guid" Required="true" Key="true"/>
<Property ID="RelationshipTypeName" Type="string" MaxLength="255"/>
<Property ID="BaseRelationshipTypeId" Type="guid"/>
<Property ID="SourceManagedTypeId" Type="guid"/>
<Property ID="TargetManagedTypeId" Type="guid"/>
<Property ID="ManagementPackId" Type="guid"/>
<Property ID="IsAbstract" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsCycleOk" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsSealed" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsMembership" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsContainment" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="IsHosting" Type="bool" Required="true" DefaultValue="0"/>
<Property ID="RelationshipTypeTableName" Type="string" MaxLength="255"/>
<Property ID="RelationshipTypeViewName" Type="string" MaxLength="255"/>
<Property ID="TimeAdded" Type="datetime"/>
<Property ID="LastModified" Type="datetime"/>
<Property ID="ModifiedBy" Type="string" MaxLength="255"/>
<Property ID="SourceName" Type="string" MaxLength="256"/>
<Property ID="_SourceId_" Type="guid"/>
<Property ID="TargetName" Type="string" MaxLength="256"/>
<Property ID="TargetId" Type="guid"/>
<Property ID="SourceMaxCardinality" Type="int" Required="false"/>
<Property ID="TargetMaxCardinality" Type="int" Required="false"/>
<Property ID="SourceMinCardinality" Type="int" Required="false"/>
<Property ID="TargetMinCardinality" Type="int" Required="false"/>
</ClassType>