TimesheetLineClassDataSet.DepartmentsDataTable.AddDepartmentsRow - Méthode (Guid, Guid)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function AddDepartmentsRow ( _
TS_LINE_CLASS_UID As Guid, _
TS_LINE_CLASS_DEPARTMENT_UID As Guid _
) As TimesheetLineClassDataSet.DepartmentsRow
'Utilisation
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
)
Paramètres
- TS_LINE_CLASS_UID
Type : System.Guid
- TS_LINE_CLASS_DEPARTMENT_UID
Type : System.Guid
Valeur renvoyée
Type : WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow
Remarques
En général, les développeurs doivent utiliser la surcharge de AddDepartmentsRow(TimesheetLineClassDataSet.DepartmentsRow) .
Voir aussi
Référence
TimesheetLineClassDataSet.DepartmentsDataTable classe