PlannerSolutionDataSet.SolutionsDataTable.RemoveSolutionsRow Method
Deletes the specified row object from the SolutionsDataTable.
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 RemoveSolutionsRow ( _
row As PlannerSolutionDataSet.SolutionsRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim row As PlannerSolutionDataSet.SolutionsRow
instance.RemoveSolutionsRow(row)
public void RemoveSolutionsRow(
PlannerSolutionDataSet.SolutionsRow row
)
Parameters
- row
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
Contains the row information.
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class