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 類別