Sdílet prostřednictvím


ResourcePlanDataSet.DatesDataTable.AddDatesRow Method (ResourcePlanDataSet.DatesRow)

Adds a DatesRow object to the DatesRow table.

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

Syntax

'Declaration
Public Sub AddDatesRow ( _
    row As ResourcePlanDataSet.DatesRow _
)
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim row As ResourcePlanDataSet.DatesRow

instance.AddDatesRow(row)
public void AddDatesRow(
    ResourcePlanDataSet.DatesRow row
)

Parameters

See Also

Reference

ResourcePlanDataSet.DatesDataTable Class

ResourcePlanDataSet.DatesDataTable Members

AddDatesRow Overload

ResourcePlan Web Service