SummaryTaskPathDataSet.Tables 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 tables in the SummaryTaskPathDataSet.
public:
property System::Data::DataTableCollection ^ Tables { System::Data::DataTableCollection ^ get(); };
public System.Data.DataTableCollection Tables { get; }
member this.Tables : System.Data.DataTableCollection
Public ReadOnly Property Tables As DataTableCollection