ArchiveScheduleDataSet.Relations 属性
获取链接的表,dataset 中允许导航从父表到子表的关系的集合。
命名空间: WebSvcArchive
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Relations As DataRelationCollection
Get
用法
Dim instance As ArchiveScheduleDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
属性值
类型:System.Data.DataRelationCollection