ProjectArchiveRetentionDataSet Class

Used to maintain collections of project archive retention information for managing backups and restore operations.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      [Archive Web service].ProjectArchiveRetentionDataSet

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 ProjectArchiveRetentionDataSet _
    Inherits DataSet
'Usage
Dim instance As ProjectArchiveRetentionDataSet
[SerializableAttribute]
public class ProjectArchiveRetentionDataSet : DataSet

Remarks

This dataset stores ProjectArchiveRetentionDataSet.ProjectsDataTable objects for project archives on the Project Server.

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

ProjectArchiveRetentionDataSet Members

Archive Web Service