del método ResourcePlanDataSet.PlanResourcesDataTable.AddPlanResourcesRow
Agrega un objeto PlanResourcesRow a la PlanResourcesDataTable.
Espacio de nombres: WebSvcResourcePlan
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Sub AddPlanResourcesRow ( _
row As ResourcePlanDataSet.PlanResourcesRow _
)
'Uso
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim row As ResourcePlanDataSet.PlanResourcesRow
instance.AddPlanResourcesRow(row)
public void AddPlanResourcesRow(
ResourcePlanDataSet.PlanResourcesRow row
)
Parámetros
row
Tipo: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRowLa fila de recursos de planeación para agregar.
Comentarios
La firma del método AddPlanResourcesRow está sobrecargada de la siguiente manera:
Los programadores de terceros deben utilizar la sobrecarga que tiene un parámetro único ResourcePlanDataSet.PlanResourcesRow , por ejemplo, AddPlanResourcesRow(ResourcePlanDataSet.PlanResourcesRow row).
El Explorador de objetos en Microsoft Visual Studio muestra otra sobrecarga, que usa los parámetros individuales para todos los campos en PlanResourcesRow. La sobrecarga se usa internamente.
public PlanResourcesRow AddPlanResourcesRow( System.Guid RES_UID, System.Guid PROJ_UID, System.Guid ASSN_UID, string RES_NAME, int RES_TYPE, bool RES_CAN_LEVEL, System.Guid RES_TIMESHEET_MGR_UID, System.Guid RES_DEF_ASSN_OWNER, string RES_INITIALS, string RES_PHONETICS, string RES_MATERIAL_LABEL, string RES_GROUP, string RES_CODE, string RES_COST_CENTER, string RES_HYPERLINK_FRIENDLY_NAME, string RES_HYPERLINK_ADDRESS, string RES_HYPERLINK_SUB_ADDRESS, string WRES_EMAIL, int WRES_EMAIL_LANGUAGE, int RES_ID, byte ASSN_BOOKING_TYPE, System.DateTime RES_HIRE_DATE, System.DateTime RES_TERMINATION_DATE, bool RES_IS_TEAM)
Vea también
Referencia
clase ResourcePlanDataSet.PlanResourcesDataTable