TimesheetDataSet.ActionsDataTable.RemoveActionsRow 方法

从ActionsTable中删除指定的行的对象。

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

语法

声明
Public Sub RemoveActionsRow ( _
    row As TimesheetDataSet.ActionsRow _
)
用法
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow

instance.RemoveActionsRow(row)
public void RemoveActionsRow(
    TimesheetDataSet.ActionsRow row
)

参数

另请参阅

引用

TimesheetDataSet.ActionsDataTable 类

TimesheetDataSet.ActionsDataTable 成员

WebSvcTimeSheet 命名空间