TimesheetListDataSet.TimesheetsDataTable.NewTimesheetsRow メソッド
新しいTimesheetsRowを作成します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function NewTimesheetsRow As TimesheetListDataSet.TimesheetsRow
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim returnValue As TimesheetListDataSet.TimesheetsRow
returnValue = instance.NewTimesheetsRow()
public TimesheetListDataSet.TimesheetsRow NewTimesheetsRow()
戻り値
型: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
新しい行。
関連項目
参照先
TimesheetListDataSet.TimesheetsDataTable クラス