Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supplies table management methods and class information including methods, extensions, properties, and fields that are associated with indexing; provides row and column operations for ProjectsRowArchiveScheduleRow data.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
[Archive Web service].ProjectArchiveRetentionDataSet.ProjectsDataTable
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 ProjectsDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As ProjectArchiveRetentionDataSet.ProjectsDataTable
[SerializableAttribute]
public class ProjectsDataTable : DataTable,
IEnumerable
Remarks
Each row of the data table contains a ProjectsRow 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.