ResourcePlanDataSet.PlanResourcesDataTable.AddPlanResourcesRow 方法

将PlanResourcesRow对象添加到PlanResourcesDataTable中。

命名空间:  WebSvcResourcePlan
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Sub AddPlanResourcesRow ( _
    row As ResourcePlanDataSet.PlanResourcesRow _
)
用法
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim row As ResourcePlanDataSet.PlanResourcesRow

instance.AddPlanResourcesRow(row)
public void AddPlanResourcesRow(
    ResourcePlanDataSet.PlanResourcesRow row
)

参数

备注

AddPlanResourcesRow方法签名被重载,如下所示:

  • 第三方开发人员应使用的重载都一个ResourcePlanDataSet.PlanResourcesRow参数,例如, AddPlanResourcesRow(ResourcePlanDataSet.PlanResourcesRow row)。

  • 在 Microsoft Visual Studio 中的对象资源管理器中显示另一个重载,它使用PlanResourcesRow中的所有字段的各个参数。在内部使用此重载。

    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) 
    

另请参阅

引用

ResourcePlanDataSet.PlanResourcesDataTable 类

ResourcePlanDataSet.PlanResourcesDataTable 成员

WebSvcResourcePlan 命名空间