次の方法で共有


TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow メソッド

TimesheetsDataTableからの指定したTimesheetsRowを削除します。

名前空間:  WebSvcTimeSheet
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Sub RemoveTimesheetsRow ( _
    row As TimesheetListDataSet.TimesheetsRow _
)
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow

instance.RemoveTimesheetsRow(row)
public void RemoveTimesheetsRow(
    TimesheetListDataSet.TimesheetsRow row
)

パラメーター

関連項目

参照先

TimesheetListDataSet.TimesheetsDataTable クラス

TimesheetListDataSet.TimesheetsDataTable メンバー

WebSvcTimeSheet 名前空間