TimesheetLineClassDataSet.DepartmentsDataTable.AddDepartmentsRow 方法 (Guid, Guid)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function AddDepartmentsRow ( _
TS_LINE_CLASS_UID As Guid, _
TS_LINE_CLASS_DEPARTMENT_UID As Guid _
) As TimesheetLineClassDataSet.DepartmentsRow
用法
Dim instance As TimesheetLineClassDataSet.DepartmentsDataTable
Dim TS_LINE_CLASS_UID As Guid
Dim TS_LINE_CLASS_DEPARTMENT_UID As Guid
Dim returnValue As TimesheetLineClassDataSet.DepartmentsRow
returnValue = instance.AddDepartmentsRow(TS_LINE_CLASS_UID, _
TS_LINE_CLASS_DEPARTMENT_UID)
public TimesheetLineClassDataSet.DepartmentsRow AddDepartmentsRow(
Guid TS_LINE_CLASS_UID,
Guid TS_LINE_CLASS_DEPARTMENT_UID
)
参数
- TS_LINE_CLASS_UID
类型:System.Guid
- TS_LINE_CLASS_DEPARTMENT_UID
类型:System.Guid
返回值
类型:WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow
备注
一般情况下,开发人员应使用的AddDepartmentsRow(TimesheetLineClassDataSet.DepartmentsRow)重载。
另请参阅
引用
TimesheetLineClassDataSet.DepartmentsDataTable 类