Compartir a través de


PlannerSolutionDataSet.SolutionResHiredDataTable.RemoveSolutionResHiredRow Method

Deletes the specified row object from the SolutionResHiredDataTable.

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

Syntax

'Declaration
Public Sub RemoveSolutionResHiredRow ( _
    row As PlannerSolutionDataSet.SolutionResHiredRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim row As PlannerSolutionDataSet.SolutionResHiredRow

instance.RemoveSolutionResHiredRow(row)
public void RemoveSolutionResHiredRow(
    PlannerSolutionDataSet.SolutionResHiredRow row
)

Parameters

See Also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable Class

PlannerSolutionDataSet.SolutionResHiredDataTable Members

PortfolioAnalyses Web Service