SummaryTaskPathDataSet.Relations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the SummaryTaskPathDataSet.
public:
property System::Data::DataRelationCollection ^ Relations { System::Data::DataRelationCollection ^ get(); };
public System.Data.DataRelationCollection Relations { get; }
member this.Relations : System.Data.DataRelationCollection
Public ReadOnly Property Relations As DataRelationCollection