TimesheetManagersDataSet.TimesheetManagersDataTable.NewTimesheetManagersRow 方法
创建一个TimesheetManagersRow对象,该对象表示在TimesheetManagersDataTable中设置信息的行。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function NewTimesheetManagersRow As TimesheetManagersDataSet.TimesheetManagersRow
用法
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow
returnValue = instance.NewTimesheetManagersRow()
public TimesheetManagersDataSet.TimesheetManagersRow NewTimesheetManagersRow()
返回值
类型:WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
新的时间表经理行。
另请参阅
引用
TimesheetManagersDataSet.TimesheetManagersDataTable 类