SummaryTaskPathDataSet Class
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.
Represents summary task path status information; its properties return data table objects that represent more detailed status information.
public ref class SummaryTaskPathDataSet : System::Data::DataSet
[Serializable]
public class SummaryTaskPathDataSet : System.Data.DataSet
type SummaryTaskPathDataSet = class
inherit DataSet
Public Class SummaryTaskPathDataSet
Inherits DataSet
- Inheritance
-
SummaryTaskPathDataSet
- Attributes
-
SerializableAttribute
Constructors
| SummaryTaskPathDataSet() |
Creates an instance of the SummaryTaskPathDataSet class. |
| SummaryTaskPathDataSet(SerializationInfo, StreamingContext) |
Creates an instance of the SummaryTaskPathDataSet class by using separate parameters. |
Properties
| Relations |
Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the SummaryTaskPathDataSet. |
| SchemaSerializationMode | |
| SummaryTaskPath |
Gets the information about summary task paths. |
| Tables |
Gets the collection of tables in the SummaryTaskPathDataSet. |
Methods
| Clone() | |
| GetSchemaSerializable() | |
| GetTypedDataSetSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| InitializeDerivedDataSet() | |
| ReadXmlSerializable(XmlReader) | |
| ShouldSerializeRelations() | |
| ShouldSerializeTables() | |