PlannerSolutionDataSet.SolutionsDataTable.AddSolutionsRow Method
Adds a SolutionsRow object to 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 AddSolutionsRow ( _
row As PlannerSolutionDataSet.SolutionsRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim row As PlannerSolutionDataSet.SolutionsRow
instance.AddSolutionsRow(row)
public void AddSolutionsRow(
PlannerSolutionDataSet.SolutionsRow row
)
Parameters
- row
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
Solutions row that is to be added.
Remarks
The AddSolutionsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single SolutionsRow parameter, for example, AddSolutionsRow(PlannerSolutionDataSet.SolutionsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in SolutionsRow. The overload is used internally.
public SolutionsRow AddSolutionsRow ( Guid SOLUTION_UID, Guid OPTIMIZER_SOLUTION_UID, Guid ANALYSIS_UID, string SOLUTION_NAME, string SOLUTION_DESCRIPTION, byte CONSTRAINT_TYPE, decimal CONSTRAINT_VALUE, Guid FRONTIER_UID, DateTime MOD_DATE, DateTime CREATED_DATE, Guid CREATED_BY_RES_UID, Guid LAST_UPDATED_BY_RES_UID, string CREATED_BY_RES_NAME, string LAST_UPDATED_BY_RES_NAME, byte HIRING_TYPE, bool OPT_ENF_SCHEDULING_CONS, bool OPT_ENF_PROJ_DEP, byte RATE_TABLE, Double ALLOCATION_THRESHOLD, string ANALYSIS_NAME, string OPTIMIZER_SOLUTION_NAME, decimal TOTAL_PRIORITY_VALUE )
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class