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