次の方法で共有


TimesheetManagersDataSet.TimesheetManagersDataTable.RemoveTimesheetManagersRow メソッド

指定したTimesheetManagersRowオブジェクトを使用して、 TimesheetManagersDataTableのタイムシート マネージャー情報の行を削除します。

名前空間:  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 名前空間