Share via


EdmRelationshipAttribute.RelationshipName プロパティ

定義

リレーションシップの名前です。

public:
 property System::String ^ RelationshipName { System::String ^ get(); };
public string RelationshipName { get; }
member this.RelationshipName : string
Public ReadOnly Property RelationshipName As String

プロパティ値

この String で定義されるリレーションシップの名前を表す EdmRelationshipAttribute

注釈

リレーションシップの名前は、概念モデルでこのリレーションシップをAssociation定義する 要素の属性によってName指定されます。 詳しくは、「CSDL、SSDL、および MSL 仕様」をご覧ください。

適用対象

こちらもご覧ください