EdmRelationshipAttribute.RelationshipNamespaceName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关系的命名空间。
public:
property System::String ^ RelationshipNamespaceName { System::String ^ get(); };
public string RelationshipNamespaceName { get; }
member this.RelationshipNamespaceName : string
Public ReadOnly Property RelationshipNamespaceName As String
属性值
表示关系命名空间的 String。
注解
关系的命名空间由 Namespace
元素的 Schema
属性指定,该元素包含定义概念模型中此关系的关联。 有关详细信息,请参阅 CSDL、SSDL 和 MSL 规范。