TimesheetManagersDataSet.TimesheetManagersDataTable.RemoveTimesheetManagersRow 方法

在TimesheetManagersDataTable中,通过使用指定的TimesheetManagersRow对象中移除时间表管理器信息的行。

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

语法

声明
Public Sub RemoveTimesheetManagersRow ( _
    row As TimesheetManagersDataSet.TimesheetManagersRow _
)
用法
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim row As TimesheetManagersDataSet.TimesheetManagersRow

instance.RemoveTimesheetManagersRow(row)
public void RemoveTimesheetManagersRow(
    TimesheetManagersDataSet.TimesheetManagersRow row
)

参数

另请参阅

引用

TimesheetManagersDataSet.TimesheetManagersDataTable 类

TimesheetManagersDataSet.TimesheetManagersDataTable 成员

WebSvcAdmin 命名空间