ArchiveScheduleDataSet.ArchiveScheduleDataTable Class

Supplies table management methods and class information including methods, extensions, properties, and fields that are associated with indexing; provides row and column operations for ArchiveScheduleDataSet.ArchiveScheduleRow data.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      [Archive Web service].ArchiveScheduleDataSet.ArchiveScheduleDataTable

Namespace:  [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl

Syntax

'Declaration
<SerializableAttribute> _
Public Class ArchiveScheduleDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleDataTable
[SerializableAttribute]
public class ArchiveScheduleDataTable : DataTable, 
    IEnumerable

Remarks

Each row of the data table contains a ArchiveScheduleDataSet.ArchiveScheduleRow object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ArchiveScheduleDataSet.ArchiveScheduleDataTable Members

Archive Web Service