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