EdmRelationshipAttribute.RelationshipName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關係的名稱。
public:
property System::String ^ RelationshipName { System::String ^ get(); };
public string RelationshipName { get; }
member this.RelationshipName : string
Public ReadOnly Property RelationshipName As String
屬性值
A String 是由此 EdmRelationshipAttribute定義的關係名稱。
備註
關係的名稱由 Name 定義此關係的元素屬性 Association 來指定,該元素在概念模型中定義此關係。 如需詳細資訊,請參閱 CSDL、SSDL 和 MSL 規格。