Share via


ResourcePlanDataSet.UtilizationDataTable.AddUtilizationRow Method (Guid, Int32, DateTime, DateTime, DateTime)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl

Syntax

'Declaration
Public Function AddUtilizationRow ( _
    PROJ_UID As Guid, _
    RESPLAN_UTILIZATION_TYPE As Integer, _
    RESPLAN_UTILIZATION_DATE As DateTime, _
    RESPLAN_START_DATE As DateTime, _
    RESPLAN_FINISH_DATE As DateTime _
) As ResourcePlanDataSet.UtilizationRow
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim PROJ_UID As Guid
Dim RESPLAN_UTILIZATION_TYPE As Integer
Dim RESPLAN_UTILIZATION_DATE As DateTime
Dim RESPLAN_START_DATE As DateTime
Dim RESPLAN_FINISH_DATE As DateTime
Dim returnValue As ResourcePlanDataSet.UtilizationRow

returnValue = instance.AddUtilizationRow(PROJ_UID, _
    RESPLAN_UTILIZATION_TYPE, RESPLAN_UTILIZATION_DATE, _
    RESPLAN_START_DATE, RESPLAN_FINISH_DATE)
public ResourcePlanDataSet.UtilizationRow AddUtilizationRow(
    Guid PROJ_UID,
    int RESPLAN_UTILIZATION_TYPE,
    DateTime RESPLAN_UTILIZATION_DATE,
    DateTime RESPLAN_START_DATE,
    DateTime RESPLAN_FINISH_DATE
)

Parameters

Return Value

Type: [ResourcePlan Web service].ResourcePlanDataSet.UtilizationRow

See Also

Reference

ResourcePlanDataSet.UtilizationDataTable Class

ResourcePlanDataSet.UtilizationDataTable Members

AddUtilizationRow Overload

ResourcePlan Web Service