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
)
パラメーター
row
型: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRowタイムシート マネージャー情報の行。
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersDataTable クラス