DepartmentsDataSet.DepartmentsDataTable.NewDepartmentsRow - Méthode
Crée un objet DepartmentsRow qui représente un département de la DepartmentsDataTable.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function NewDepartmentsRow As DepartmentsDataSet.DepartmentsRow
'Utilisation
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim returnValue As DepartmentsDataSet.DepartmentsRow
returnValue = instance.NewDepartmentsRow()
public DepartmentsDataSet.DepartmentsRow NewDepartmentsRow()
Valeur renvoyée
Type : WebSvcAdmin.DepartmentsDataSet.DepartmentsRow
Voir aussi
Référence
DepartmentsDataSet.DepartmentsDataTable classe