ProjectDataSet.ProjectDataTable.PLANNER_SOLUTION_UIDColumn - Propriété
Définit la colonne pour le champ PLANNER_SOLUTION_UID .
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PLANNER_SOLUTION_UIDColumn As DataColumn
Get
'Utilisation
Dim instance As ProjectDataSet.ProjectDataTable
Dim value As DataColumn
value = instance.PLANNER_SOLUTION_UIDColumn
public DataColumn PLANNER_SOLUTION_UIDColumn { get; }
Valeur de propriété
Type : System.Data.DataColumn
Un objet DataColumn pour le champ.
Voir aussi
Référence
ProjectDataSet.ProjectDataTable classe