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
- row
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionResHiredRow
Contains the row information.
See Also
Reference
PlannerSolutionDataSet.SolutionResHiredDataTable Class