Microsoft.SystemCenter.Datawarehouse.Base.RelationshipTypeTipo relazioni di base data warehouse

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

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId30b85742-e91c-ef01-fa87-8aaed157c076

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.RelationshipType:
RelationshipTypeId  guid  ID tipo relazione ID tipo relazione true 256     
RelationshipTypeName  string  Nome tipo relazione Nome tipo relazione false 255  False   
BaseRelationshipTypeId  guid  ID tipo relazione di base ID tipo relazione di base false 256     
SourceManagedTypeId  guid  ID tipo gestito di origine ID tipo gestito di origine false 256     
TargetManagedTypeId  guid  ID tipo gestito di destinazione ID tipo gestito di destinazione false 256     
ManagementPackId  guid  ID Management Pack ID Management Pack false 256     
IsAbstract  bool  Astratto Astratto false 256   
IsCycleOk  bool  Ciclo OK Ciclo OK false 256   
IsSealed  bool  Bloccato Bloccato false 256   
IsMembership  bool  Appartenenza Appartenenza false 256   
IsContainment  bool  Contenuto Contenuto false 256   
IsHosting  bool  Ospita Ospita false 256   
RelationshipTypeTableName  string  Nome tabella tipo relazione Nome tabella tipo relazione false 255  False   
RelationshipTypeViewName  string  Nome vista Tipo relazione Nome vista Tipo relazione false 255  False   
TimeAdded  datetime  Tempo aggiuntivo Tempo aggiuntivo false 256     
LastModified  datetime  Ultima modifica Ultima modifica false 256     
ModifiedBy  string  Autore modifica Autore modifica false 255  False   
SourceName  string  Nome origine Nome origine false 256  False   
_SourceId_  guid  ID origine ID origine false 256     
TargetName  string  Nome destinazione Nome destinazione false 256  False   
TargetId  guid  Identificatore destinazione Identificatore destinazione false 256     
SourceMaxCardinality  int  Cardinalità massima origine Cardinalità massima origine false 256     
TargetMaxCardinality  int  Cardinalità massima destinazione Cardinalità massima destinazione false 256     
SourceMinCardinality  int  Cardinalità minima origine Cardinalità minima origine false 256     
TargetMinCardinality  int  Cardinalità minima destinazione Cardinalità minima destinazione 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>