Microsoft.SystemCenter.Datawarehouse.Base.RelationshipType数据仓库基本关系类型

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False   
Microsoft.SystemCenter.Datawarehouse.Base.RelationshipType:
RelationshipTypeId  guid  关系类型 ID 关系类型 ID true 256     
RelationshipTypeName  string  关系类型名称 关系类型名称 false 255  False   
BaseRelationshipTypeId  guid  基本关系类型 ID 基本关系类型 ID false 256     
SourceManagedTypeId  guid  源托管类型 ID 源托管类型 ID false 256     
TargetManagedTypeId  guid  目标托管类型 ID 目标托管类型 ID false 256     
ManagementPackId  guid  管理包 ID 管理包 ID false 256     
IsAbstract  bool  为抽象 为抽象 false 256   
IsCycleOk  bool  为周期正常 为周期正常 false 256   
IsSealed  bool  已密封 已密封 false 256   
IsMembership  bool  为成员身份 为成员身份 false 256   
IsContainment  bool  为包含关系 为包含关系 false 256   
IsHosting  bool  托管 托管 false 256   
RelationshipTypeTableName  string  关系类型表名称 关系类型表名称 false 255  False   
RelationshipTypeViewName  string  关系类型视图名称 关系类型视图名称 false 255  False   
TimeAdded  datetime  添加时间 添加时间 false 256     
LastModified  datetime  上次修改时间 上次修改时间 false 256     
ModifiedBy  string  修改者 修改者 false 255  False   
SourceName  string  源名称 源名称 false 256  False   
_SourceId_  guid  源 ID 源 ID false 256     
TargetName  string  目标名称 目标名称 false 256  False   
TargetId  guid  目标标识符 目标标识符 false 256     
SourceMaxCardinality  int  源最大基数 源最大基数 false 256     
TargetMaxCardinality  int  目标最大基数 目标最大基数 false 256     
SourceMinCardinality  int  源最小基数 源最小基数 false 256     
TargetMinCardinality  int  目标最小基数 目标最小基数 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>