PlannerSolutionDataSet.SolutionProjectsDataTable.AddSolutionProjectsRow Method
Adds a SolutionProjectsRow object to the SolutionProjectsDataTable.
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 AddSolutionProjectsRow ( _
row As PlannerSolutionDataSet.SolutionProjectsRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsDataTable
Dim row As PlannerSolutionDataSet.SolutionProjectsRow
instance.AddSolutionProjectsRow(row)
public void AddSolutionProjectsRow(
PlannerSolutionDataSet.SolutionProjectsRow row
)
Parameters
- row
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionProjectsRow
Contains the solution projects row that is to be added.
Remarks
The AddSolutionProjectsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single PlannerSolutionDataSet.SolutionProjectsRow parameter, for example, AddSolutionProjectsRow(PlannerSolutionDataSet.SolutionProjectsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in SolutionProjectsRow. The overload is used internally.
public SolutionProjectsRow AddSolutionProjectsRow ( SolutionsRow parentSolutionsRowByFK_Solutions_SolutionProjects, Guid PROJ_UID, DateTime NEW_START_DATE, byte FORCE_STATUS, byte STATUS, decimal RESOURCE_COST, decimal RESOURCE_WORK, string PROJ_NAME, Double PRIORITY, Double ABSOLUTE_PRIORITY, int DURATION, DateTime SNET, DateTime FNLT, byte LOCKED, Guid FORCE_ALIAS_LT_STRUCT_UID, string FORCE_ALIAS_LT_VALUE_FULL )
See Also
Reference
PlannerSolutionDataSet.SolutionProjectsDataTable Class