DesignerDataTable.Relationships 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取为表定义的关系的集合。
public:
property System::Collections::ICollection ^ Relationships { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Relationships { get; }
member this.Relationships : System.Collections.ICollection
Public ReadOnly Property Relationships As ICollection
属性值
DesignerDataRelationship 对象的集合。
注解
关系描述数据存储中两个表之间的链接。 属性 Relationships 返回一个集合,该集合表示此表与数据存储中其他表之间的所有关系。