Compartilhar via


TimePeriodDataSet.Relations property

Obtém a coleção de relações que vincular tabelas e permitir a navegação do pai tabelas para tabelas filho no TimePeriodDataSet.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public ReadOnly Property Relations As DataRelationCollection
    Get
'Uso
Dim instance As TimePeriodDataSet
Dim value As DataRelationCollection

value = instance.Relations
public DataRelationCollection Relations { get; }

Property value

Type: System.Data.DataRelationCollection

Ver também

Referência

TimePeriodDataSet class

TimePeriodDataSet members

WebSvcAdmin namespace