EdmRelationshipAttribute.RelationshipNamespaceName 属性

定义

关系的命名空间。The namespace for the relationship.

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

属性值

String

表示关系命名空间的 StringA String that is the namespace for the relationship.

注解

关系的命名空间由元素的属性指定 Namespace Schema ,该元素包含在概念模型中定义此关系的关联。The namespace of the relationship is specified by the Namespace attribute of the Schema element that contains association that defines this relationship in the conceptual model. 有关详细信息,请参阅 CSDL、SSDL 和 MSL 规范For more information, see CSDL, SSDL, and MSL Specifications.

适用于