Свойство DepartmentsDataSet.Relations
Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the DepartmentsDataSet.
Пространство имен: WebSvcAdmin
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Relations As DataRelationCollection
Get
'Применение
Dim instance As DepartmentsDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Значение свойства
Тип: System.Data.DataRelationCollection
Замечания
Information that is stored in the Relations table includes primary keys, foreign keys, types of relationships, and constraints.