ProjectDataSet.TaskRow.TASK_PCT_WORK_COMP - Propriété

Contient le pourcentage de travail réellement écoulé par rapport à la quantité de travail restant à effectuer.

Espace de noms :  WebSvcProject
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Property TASK_PCT_WORK_COMP As Integer
    Get
    Set
'Utilisation
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer

value = instance.TASK_PCT_WORK_COMP

instance.TASK_PCT_WORK_COMP = value
public int TASK_PCT_WORK_COMP { get; set; }

Valeur de propriété

Type : System.Int32

Remarques

TASK_PCT_WORK_COMP = (TASK_ACT_WORK / TASK_WORK) * 100

Lors de la création d'une tâche, le pourcentage de travail achevé est égale à zéro. TASK_PCT_WORK_COMP est calculé si vous entrez un travail réel pour la tâche.

Voir aussi

Référence

ProjectDataSet.TaskRow classe

ProjectDataSet.TaskRow - Membres

WebSvcProject - Espace de noms